Skip to content

Commit 2c3bd3f

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
elixir-version: "1.20"
1818
otp-version: "29"
1919
- name: Cache deps and build for mix
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
path: |
2323
bench/deps

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
otp-version: ${{ matrix.otp }}
3636
elixir-version: ${{ matrix.elixir }}
3737
- name: Cache deps and build for mix
38-
uses: actions/cache@v5
38+
uses: actions/cache@v6
3939
id: cache-mix
4040
with:
4141
path: |
@@ -46,7 +46,7 @@ jobs:
4646
${{ matrix.os }}-mix-${{ env.MIX_ENV }}-${{ matrix.elixir }}-${{ matrix.otp }}-
4747
${{ matrix.os }}-mix-${{ env.MIX_ENV }}-
4848
- name: Cache plt for dialyzer
49-
uses: actions/cache@v5
49+
uses: actions/cache@v6
5050
id: cache-plt
5151
with:
5252
path: _build/${{ env.MIX_ENV }}/dialyxir_*
@@ -87,7 +87,7 @@ jobs:
8787
otp-version: ${{ matrix.otp }}
8888
elixir-version: ${{ matrix.elixir }}
8989
- name: Cache deps and build for mix
90-
uses: actions/cache@v5
90+
uses: actions/cache@v6
9191
id: cache-mix
9292
with:
9393
path: |

0 commit comments

Comments
 (0)