Skip to content

Commit ab61410

Browse files
Update actions/cache action to v4.3.0
1 parent 300cfd0 commit ab61410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache-dependency-path: yarn.lock
5353

5454
- name: Restore the deps and _build cache
55-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656
id: restore-cache
5757
env:
5858
MIX_LOCK_HASH: ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -171,7 +171,7 @@ jobs:
171171
cache-dependency-path: demo/yarn.lock
172172

173173
- name: Restore the deps and _build cache
174-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
174+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
175175
id: restore-cache
176176
env:
177177
OTP_VERSION: ${{ steps.beam.outputs.otp-version }}

0 commit comments

Comments
 (0)