We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3e49a commit 794d1fdCopy full SHA for 794d1fd
1 file changed
.github/workflows/elixir-ci.yml
@@ -30,7 +30,7 @@ jobs:
30
otp-version: ${{ env.OTP_VERSION }}
31
32
- name: Restore cache
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: |
36
deps
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
path: deps
85
key: ${{ runner.os }}-mix-${{ env.OTP_VERSION }}-${{ env.ELIXIR_VERSION }}-${{ hashFiles('**/mix.lock') }}
0 commit comments