Skip to content

Commit 304c435

Browse files
author
Gleb Ivanov
committed
Use actions/cache@v4 in the github workflow
1 parent e348dc4 commit 304c435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
otp-version: ${{matrix.pair.otp}}
7070
elixir-version: ${{matrix.pair.elixir}}
7171

72-
- uses: actions/cache@v2
72+
- uses: actions/cache@v4
7373
with:
7474
path: |
7575
deps

0 commit comments

Comments
 (0)