Skip to content

Commit a9f7b56

Browse files
authored
Merge pull request #12 from kivra/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 21091a3 + d5198f2 commit a9f7b56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
version-type: strict
1818

1919
- name: Fetch dependencies from cache
20-
uses: actions/cache@v3
20+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2121
id: cached-deps
2222
with:
2323
path: |
@@ -31,7 +31,7 @@ runs:
3131
OTP_VERSION: ${{ steps.setup-beam.outputs.otp-version }}
3232

3333
- name: Fetch workspace from cache
34-
uses: actions/cache@v3
34+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3535
id: cached-workspace
3636
with:
3737
path: |
@@ -41,7 +41,7 @@ runs:
4141
OTP_VERSION: ${{ steps.setup-beam.outputs.otp-version }}
4242

4343
- name: Fetch PLT from cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
4545
id: cached-plt
4646
with:
4747
path: |

0 commit comments

Comments
 (0)