Skip to content

Commit 5ba03d4

Browse files
Update Github actions cache version
1 parent 6d4eee5 commit 5ba03d4

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
@@ -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@v3
4343
with:
4444
path: deps
4545
key: ${{ runner.os }}-${{ matrix.erlang }}-${{ matrix.elixir }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)