Skip to content

Commit

Permalink
Update actions/cache
Browse files Browse the repository at this point in the history
The actions/cache lib is removing most versions on Feb 1/25
https://github.com/actions/cache/releases/tag/v4.2.0

We're fine with just specifying the major version, as we've never had
any issues with minor version changes.
  • Loading branch information
freemer committed Dec 19, 2024
1 parent b8e5ede commit e069d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache dialyzer plts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: priv/plts
key: ${{runner.os}}-${{matrix.otp}}-${{matrix.elixir}}-plts
Expand Down

0 comments on commit e069d90

Please sign in to comment.