Skip to content

Commit 7e04f34

Browse files
meta: bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4eb7eec commit 7e04f34

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: cmd
5454
run: echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
5555

56-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5757
with:
5858
path: ${{ github.workspace }}/apps/site/.next/cache
5959
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
use-version-file: true
5050

5151
- name: Restore Lint Cache
52-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
52+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5353
with:
5454
path: |
5555
.turbo/cache
@@ -86,7 +86,7 @@ jobs:
8686
(github.event_name == 'pull_request' &&
8787
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
8888
github.event.pull_request.head.ref != 'chore/crowdin')
89-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
89+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9090
with:
9191
path: |
9292
.turbo/cache

.github/workflows/playwright-cloudflare-open-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Cache Playwright browsers
4343
id: playwright-cache
44-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
44+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4545
with:
4646
path: ~/.cache/ms-playwright
4747
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Cache Playwright browsers
6969
id: playwright-cache
70-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
70+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7171
with:
7272
path: ~/.cache/ms-playwright
7373
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}

.github/workflows/translations-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 2
7575

7676
- name: Restore Lint Cache
77-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
77+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7878
with:
7979
path: |
8080
apps/site/.eslintmdcache
@@ -112,7 +112,7 @@ jobs:
112112
branch: ${{ env.BRANCH_NAME }}
113113

114114
- name: Save Lint Cache
115-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
115+
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
116116
with:
117117
path: |
118118
apps/site/.eslintmdcache

0 commit comments

Comments
 (0)