Skip to content

Commit 4951863

Browse files
authored
Update actions/cache@v2 -> v4 in ci.yml
1 parent 614a922 commit 4951863

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
@@ -29,7 +29,7 @@ jobs:
2929
elixir-version: "1.14.2" # Define the elixir version [required]
3030
otp-version: "25.1.2" # Define the OTP version [required]
3131
- name: Restore dependencies cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4
3333
with:
3434
path: deps
3535
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)