Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 7ffebd5 commit e70f4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
otp-version: ${{ matrix.otp }}

- name: Cache Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-deps
with:
path: deps
Expand All @@ -42,7 +42,7 @@ jobs:
deps-${{ env.MIX_ENV }}-v${{ matrix.elixir }}-otp-${{ matrix.otp }}-
- name: Cache Dialyzer PLTs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: priv/plts
key: plts-${{ env.MIX_ENV }}-v${{ matrix.elixir }}-otp-${{ matrix.otp }}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
Expand Down

0 comments on commit e70f4ad

Please sign in to comment.