Skip to content

Commit

Permalink
Merge pull request #197 from ZeusWPI/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
niknetniko authored Jan 19, 2025
2 parents 6b63e34 + 6652610 commit 12a6d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
elixir-version: '1.18.1'
otp-version: '27'
- name: Restore dependencies cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand All @@ -60,7 +60,7 @@ jobs:
elixir-version: '1.18.1'
otp-version: '27'
- name: Restore dependencies cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand All @@ -80,7 +80,7 @@ jobs:
elixir-version: '1.18.1'
otp-version: '27'
- name: Restore dependencies cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand All @@ -90,7 +90,7 @@ jobs:
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
# Cache key based on Elixir & Erlang version (also useful when running in matrix)
- name: Restore PLT cache
uses: actions/cache@v3
uses: actions/cache@v4
id: plt_cache
with:
key: |
Expand Down

0 comments on commit 12a6d24

Please sign in to comment.