Skip to content

Commit 54cfd51

Browse files
meta: bump actions/cache from 4.2.2 to 4.2.3 (#7594)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03ae016 commit 54cfd51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# regardless of having code changes or not
7777
fetch-depth: 1
7878

79-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
79+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8080
with:
8181
# See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
8282
path: |

.github/workflows/lint-and-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
7777

7878
- name: Restore Lint Cache
79-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
79+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8080
with:
8181
path: |
8282
.turbo/cache
@@ -129,7 +129,7 @@ jobs:
129129
(github.event_name == 'pull_request_target' &&
130130
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
131131
github.event.pull_request.head.ref != 'chore/crowdin')
132-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
132+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
133133
with:
134134
path: |
135135
.turbo/cache

.github/workflows/translations-sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
ref: refs/pull/${{ needs.synchronize-with-crowdin.outputs.pull_request_number }}/head
7979

8080
- name: Restore Lint Cache
81-
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
81+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8282
with:
8383
path: |
8484
apps/site/.eslintmdcache
@@ -123,7 +123,7 @@ jobs:
123123
branch: 'chore/crowdin'
124124

125125
- name: Save Lint Cache
126-
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
126+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
127127
with:
128128
path: |
129129
apps/site/.eslintmdcache

0 commit comments

Comments
 (0)