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.
cache
1 parent 3035c01 commit 5720f63Copy full SHA for 5720f63
.github/workflows/elixir.yml
@@ -20,7 +20,7 @@ jobs:
20
elixir-version: '1.13.3' # Define the elixir version [required]
21
otp-version: '24.2' # Define the OTP version [required]
22
- name: Restore dependencies cache
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
24
with:
25
path: deps
26
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
0 commit comments