Skip to content

Commit

Permalink
Update github action cache to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed May 4, 2023
1 parent 76e9498 commit 54a91e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
otp-version: "${{matrix.otp}}"
elixir-version: "${{matrix.elixir}}"
- name: Cache multiple paths
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: priv/plts
key: ${{ hashFiles('mix.*') }}-${{matrix.otp}}-${{matrix.elixir}}
Expand Down

0 comments on commit 54a91e9

Please sign in to comment.