Skip to content

Commit e4eec4a

Browse files
committed
fix failing workflows by using v4 of actions/cache
1 parent 47fc28f commit e4eec4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
elixir-version: '1.15.6'
1919
otp-version: '26.0'
2020
- name: Restore dependencies cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: deps
2424
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)