Skip to content

Commit dcdd2a6

Browse files
meta: bump actions/cache from 4.1.2 to 4.2.0 (#7461)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a6d2ff commit dcdd2a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
79+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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

Lines changed: 2 additions & 2 deletions
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
79+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
132+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
133133
with:
134134
path: |
135135
.turbo/cache

.github/workflows/translations-sync.yml

Lines changed: 2 additions & 2 deletions
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
81+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
126+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
127127
with:
128128
path: |
129129
apps/site/.eslintmdcache

0 commit comments

Comments
 (0)