Skip to content

Commit 14d3f68

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#6570)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b391e1f commit 14d3f68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
otp-version: ${{ env.otp }}
2929

3030
- name: Restore deps and _build cache
31-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3232
with:
3333
path: |
3434
deps
@@ -45,7 +45,7 @@ jobs:
4545
node-version: 20.x
4646

4747
- name: Restore npm cache
48-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
48+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4949
with:
5050
path: ~/.npm
5151
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
otp-version: ${{ matrix.otp }}
3939

4040
- name: Restore deps and _build cache
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
41+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4242
with:
4343
path: |
4444
deps
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7676

7777
- name: Restore deps and _build cache
78-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
78+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7979
with:
8080
path: |
8181
deps
@@ -90,7 +90,7 @@ jobs:
9090
node-version: 20.x
9191

9292
- name: Restore npm cache
93-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
93+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9494
with:
9595
path: ~/.npm
9696
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)