Skip to content

Commit 8d500ac

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 515c325 commit 8d500ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
elixir-version: '1.19'
3838
otp-version: '28'
3939
- name: Restore dependencies cache
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: deps
4343
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
@@ -60,7 +60,7 @@ jobs:
6060
elixir-version: '1.19'
6161
otp-version: '28'
6262
- name: Restore dependencies cache
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: deps
6666
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
@@ -80,7 +80,7 @@ jobs:
8080
elixir-version: '1.19'
8181
otp-version: '28'
8282
- name: Restore dependencies cache
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: deps
8686
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
@@ -90,7 +90,7 @@ jobs:
9090
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
9191
# Cache key based on Elixir & Erlang version (also useful when running in matrix)
9292
- name: Restore PLT cache
93-
uses: actions/cache@v4
93+
uses: actions/cache@v5
9494
id: plt_cache
9595
with:
9696
key: |

0 commit comments

Comments
 (0)