Skip to content

Commit 93b17b7

Browse files
committed
Bump cache action dep version
1 parent 62b4e62 commit 93b17b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
elixir-version: '1.18.4' # Define the elixir version [required]
2626
otp-version: '28.0.2' # Define the OTP version [required]
2727
- name: Restore dependencies cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: deps
3131
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)