Skip to content

Commit c41d01b

Browse files
committed
Update versions of some GH actions on CI
1 parent 2a07786 commit c41d01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Cache dependencies
4242
id: cache-deps
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: |
4646
deps
@@ -56,7 +56,7 @@ jobs:
5656
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
5757
# Cache key based on Elixir & Erlang version (also useful when running in matrix)
5858
- name: Cache Dialyzer's PLT
59-
uses: actions/cache@v2
59+
uses: actions/cache@v3
6060
id: cache-plt
6161
with:
6262
path: priv/plts

0 commit comments

Comments
 (0)