Skip to content

Commit 5720f63

Browse files
committed
Update cache action to v3
1 parent 3035c01 commit 5720f63

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
@@ -20,7 +20,7 @@ jobs:
2020
elixir-version: '1.13.3' # Define the elixir version [required]
2121
otp-version: '24.2' # Define the OTP version [required]
2222
- name: Restore dependencies cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: deps
2626
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)