Skip to content

Commit 2abb8d3

Browse files
Bump actions/cache from 5.0.1 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bad200 commit 2abb8d3

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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
48+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
41+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4242
with:
4343
path: |
4444
deps
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7676

7777
- name: Restore deps and _build cache
78-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
78+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
93+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9494
with:
9595
path: ~/.npm
9696
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)