Skip to content

Commit c471c57

Browse files
committed
bump GH actions/cache
1 parent b6d721e commit c471c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
otp-version: ${{ matrix.otpElixir.otp }}
1919
elixir-version: ${{ matrix.otpElixir.elixir }}
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v3
2121
with:
2222
path: |
2323
deps
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
otp-version: ${{ matrix.otpElixir.otp }}
5959
elixir-version: ${{ matrix.otpElixir.elixir }}
60-
- uses: actions/cache@v2
60+
- uses: actions/cache@v3
6161
with:
6262
path: |
6363
deps

0 commit comments

Comments
 (0)