Skip to content

Commit 87ec20d

Browse files
meta: bump actions/cache from 4.0.1 to 4.0.2 (#6602)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@ab5e6d0...0c45773) --- 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 c3f9c12 commit 87ec20d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ref: ${{ github.event.pull_request.head.ref || github.ref }}
8686

8787
- name: Restore Lint Cache
88-
uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
88+
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
8989
with:
9090
path: |
9191
.turbo/cache
@@ -150,7 +150,7 @@ jobs:
150150
(github.event_name == 'pull_request_target' &&
151151
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
152152
github.event.pull_request.head.ref != 'chore/crowdin')
153-
uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
153+
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
154154
with:
155155
path: |
156156
.turbo/cache

.github/workflows/translations-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
ref: ${{ github.event.pull_request.head.ref }}
7979

8080
- name: Restore Lint Cache
81-
uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
81+
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
8282
with:
8383
path: |
8484
.eslintmdcache
@@ -122,7 +122,7 @@ jobs:
122122
commit_message: 'chore: automated format of translated files'
123123

124124
- name: Save Lint Cache
125-
uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
125+
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
126126
with:
127127
path: |
128128
.eslintmdcache

0 commit comments

Comments
 (0)