Skip to content

Commit 01e7849

Browse files
committed
update actions/cache to v4
1 parent 437be1b commit 01e7849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
elixir-version: ${{matrix.elixir}}
3636

3737
- name: Restore deps cache
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: |
4141
deps
@@ -61,7 +61,7 @@ jobs:
6161
run: mix test
6262

6363
- name: Cache/uncache PLTs
64-
uses: actions/cache@v3
64+
uses: actions/cache@v4
6565
with:
6666
path: |
6767
priv/plts

0 commit comments

Comments
 (0)