Skip to content

Commit 429eb50

Browse files
chore: bump actions/cache from 4 to 5 (#281)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cab798a commit 429eb50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
otp-version: ${{matrix.otp}}
2222
elixir-version: ${{matrix.elixir}}
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
id: cache
2525
with:
2626
path: |
@@ -61,7 +61,7 @@ jobs:
6161
# otp-version: 24.x
6262
# elixir-version: 1.13.x
6363

64-
# - uses: actions/cache@v4
64+
# - uses: actions/cache@v5
6565
# with:
6666
# path: |
6767
# deps
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
otp-version: 27.x
9797
elixir-version: 1.17.x
98-
- uses: actions/cache@v4
98+
- uses: actions/cache@v5
9999
id: cache
100100
with:
101101
path: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
elixir-version: ${{matrix.elixir}}
3030
if: ${{ steps.release.outputs.release_created }}
3131

32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
id: cache
3434
if: ${{ steps.release.outputs.release_created }}
3535
with:

0 commit comments

Comments
 (0)