Skip to content

Commit 08f5701

Browse files
committed
Use actions/cache@v3 on CI
1 parent d4649d5 commit 08f5701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
4141
# Cache key based on Elixir & Erlang version (also useful when running in matrix)
4242
- name: Cache Dialyzer's PLT
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
id: cache-plt
4545
with:
4646
path: priv/plts

0 commit comments

Comments
 (0)