Skip to content

Commit 741d970

Browse files
Update actions/cache action to v4.2.4 (#1375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43a4181 commit 741d970

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
@@ -46,7 +46,7 @@ jobs:
4646
cache-dependency-path: yarn.lock
4747

4848
- name: Restore the deps and _build cache
49-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
49+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5050
id: restore-cache
5151
env:
5252
MIX_LOCK_HASH: ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -162,7 +162,7 @@ jobs:
162162
cache-dependency-path: demo/yarn.lock
163163

164164
- name: Restore the deps and _build cache
165-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
166166
id: restore-cache
167167
env:
168168
OTP_VERSION: ${{ steps.beam.outputs.otp-version }}

0 commit comments

Comments
 (0)