Skip to content

Commit

Permalink
ci: bump actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Oct 8, 2024
1 parent 0a2539b commit bdddf5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:
otp-version: ${{matrix.otp}}

- name: Restore dependencies cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles('**/mix.lock') }}

- name: Restore PLT cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: priv/plts
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-mix-${{ hashFiles('**/mix.lock') }}

- name: Restore conformance-test-runner
uses: actions/cache@v3
uses: actions/cache@v4
id: compile-conformance-test-runner
with:
path: conformance-bin
Expand Down

0 comments on commit bdddf5b

Please sign in to comment.