Skip to content

Commit

Permalink
Use actions/cache@v3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Apr 27, 2023
1 parent d4649d5 commit 08f5701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
# Cache key based on Elixir & Erlang version (also useful when running in matrix)
- name: Cache Dialyzer's PLT
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-plt
with:
path: priv/plts
Expand Down

0 comments on commit 08f5701

Please sign in to comment.