Skip to content

Commit d85c8a8

Browse files
Update actions/cache action to v5
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 |
1 parent 07bf324 commit d85c8a8

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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
20+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
34+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
44+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
4545
id: cached-plt
4646
with:
4747
path: |

0 commit comments

Comments
 (0)