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.
2 parents 4d11089 + 3522507 commit 3703690Copy full SHA for 3703690
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
elixir-version: '1.13'
17
otp-version: '24.3'
18
- name: Restore dependencies cache
19
- uses: actions/cache@v2
+ uses: actions/cache@v3
20
with:
21
path: deps
22
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
otp-version: ${{ matrix.otp }}
24
version-type: strict
25
26
27
28
29
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments