Skip to content

Commit 794d1fd

Browse files
authored
github action cache v4 (#145)
1 parent da3e49a commit 794d1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
otp-version: ${{ env.OTP_VERSION }}
3131

3232
- name: Restore cache
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: |
3636
deps
@@ -79,7 +79,7 @@ jobs:
7979
otp-version: ${{ env.OTP_VERSION }}
8080

8181
- name: Restore cache
82-
uses: actions/cache@v2
82+
uses: actions/cache@v4
8383
with:
8484
path: deps
8585
key: ${{ runner.os }}-mix-${{ env.OTP_VERSION }}-${{ env.ELIXIR_VERSION }}-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)