Skip to content

Commit 9cb5b4a

Browse files
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cd6b71 commit 9cb5b4a

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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
31+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
with:
4343
path: |
4444
deps
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7676

7777
- name: Restore deps and _build cache
78-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
78+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
93+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9494
with:
9595
path: ~/.npm
9696
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)