Skip to content

Commit 31cef5f

Browse files
committedMar 17, 2025·
Update Github workflow to use v4 cache
1 parent 9f6724a commit 31cef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
elixir-version: ${{ matrix.elixir }}
4040
otp-version: ${{ matrix.erlang }}
4141
- name: Restore dependencies cache
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: deps
4545
key: ${{ runner.os }}-${{ matrix.erlang }}-${{ matrix.elixir }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)
Please sign in to comment.