We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21091a3 + d5198f2 commit a9f7b56Copy full SHA for a9f7b56
.github/actions/setup/action.yml
@@ -17,7 +17,7 @@ runs:
17
version-type: strict
18
19
- name: Fetch dependencies from cache
20
- uses: actions/cache@v3
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
21
id: cached-deps
22
with:
23
path: |
@@ -31,7 +31,7 @@ runs:
31
OTP_VERSION: ${{ steps.setup-beam.outputs.otp-version }}
32
33
- name: Fetch workspace from cache
34
35
id: cached-workspace
36
37
@@ -41,7 +41,7 @@ runs:
41
42
43
- name: Fetch PLT from cache
44
45
id: cached-plt
46
47
0 commit comments