Skip to content

Commit 7caec85

Browse files
ci(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34bcecc commit 7caec85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/static.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version-file: '.nvmrc'
1515
- run: npm ci
16-
- uses: actions/cache/save@v4
16+
- uses: actions/cache/save@v5
1717
with:
1818
path: node_modules/
1919
key: ${{ runner.os }}-${{ github.run_id }}${{ github.run_number }}
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v6
2727
with:
2828
node-version-file: '.nvmrc'
29-
- uses: actions/cache/restore@v4
29+
- uses: actions/cache/restore@v5
3030
with:
3131
path: node_modules/
3232
key: ${{ runner.os }}-${{ github.run_id }}${{ github.run_number }}
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@v6
4141
with:
4242
node-version-file: '.nvmrc'
43-
- uses: actions/cache/restore@v4
43+
- uses: actions/cache/restore@v5
4444
id: restore-cache
4545
with:
4646
path: node_modules/
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
PROXY_URL: ${{ secrets.SOLVERR_PROXY_URL }}
5858
- name: Save Cache
59-
uses: actions/cache/save@v4
59+
uses: actions/cache/save@v5
6060
with:
6161
path: |
6262
data/patchlogs.json
@@ -68,7 +68,7 @@ jobs:
6868
needs: [build, lint]
6969
steps:
7070
- uses: actions/checkout@v6
71-
- uses: actions/cache/restore@v4
71+
- uses: actions/cache/restore@v5
7272
with:
7373
path: |
7474
data/patchlogs.json

0 commit comments

Comments
 (0)