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 35c11a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:

strategy:
matrix:
otp: ['25.2.3']
elixir: ['1.14.3']
otp: ["25.2.3"]
elixir: ["1.14.3"]

env:
MIX_ENV: test
steps:
- 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 35c11a2

Please sign in to comment.