Skip to content

Commit 5817205

Browse files
authored
actions/cache@v2 -> v4 ci.yml
1 parent f663554 commit 5817205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
elixir-version: '1.14.2' # Define the elixir version [required]
1919
otp-version: '25.1.2' # Define the OTP version [required]
2020
- name: Restore dependencies cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: deps
2424
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)