Skip to content

Commit

Permalink
Merge pull request #450 from woylie/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4
  • Loading branch information
woylie authored Jan 20, 2024
2 parents 5cb212c + 65ad6b8 commit 96d7b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
- name: Restore dependencies and build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
_build
Expand Down Expand Up @@ -121,15 +121,15 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION }}

- name: Restore dependencies and build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
_build
deps
key: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-mix-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-otp-${{ steps.beam.outputs.otp-version }}-elixir-${{ steps.beam.outputs.elixir-version }}-
- name: Restore PLT cache
uses: actions/cache@v3
uses: actions/cache@v4
id: plt_cache
with:
key: |
Expand Down

0 comments on commit 96d7b9d

Please sign in to comment.