We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5e09f7 + cf17554 commit 99bf840Copy full SHA for 99bf840
1 file changed
.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