We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fc28f commit e4eec4aCopy full SHA for e4eec4a
1 file changed
.github/workflows/elixir.yml
@@ -18,7 +18,7 @@ jobs:
18
elixir-version: '1.15.6'
19
otp-version: '26.0'
20
- name: Restore dependencies cache
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
with:
23
path: deps
24
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
0 commit comments