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 3a45edb commit 4332b86Copy full SHA for 4332b86
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
elixir-version: '1.14.2' # Define the elixir version [required]
19
otp-version: '25.1.2' # Define the OTP version [required]
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