Skip to content

Commit d8a05f3

Browse files
chore(deps): bump actions/cache from 4 to 5 (#165)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 953145c commit d8a05f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
otp-version: ${{matrix.otp}}
3030
elixir-version: ${{matrix.elixir}}
31-
- uses: actions/cache@v4
31+
- uses: actions/cache@v5
3232
id: cache
3333
with:
3434
path: |
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
otp-version: ${{matrix.otp}}
6262
elixir-version: ${{matrix.elixir}}
63-
- uses: actions/cache@v4
63+
- uses: actions/cache@v5
6464
id: cache
6565
with:
6666
path: |

.github/workflows/release.yaml

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

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

0 commit comments

Comments
 (0)