We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adbdbc commit 79107d5Copy full SHA for 79107d5
.github/actions/setup-elixir-and-cache-deps/action.yml
@@ -44,7 +44,7 @@ runs:
44
45
- name: Cache deps
46
id: cache-deps
47
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
48
with:
49
path: deps
50
key: ${{ runner.os }}-mix-${{ inputs.cache-name-deps }}-${{ hashFiles('**/mix.lock') }}
@@ -53,7 +53,7 @@ runs:
53
54
- name: Cache compiled build
55
id: cache-build
56
57
58
path: |
59
_build
0 commit comments