Skip to content

Commit 9e274ad

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] <[email protected]>
1 parent bd6c527 commit 9e274ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
otp-version: ${{matrix.otp}}
162162
elixir-version: ${{matrix.elixir}}
163163
- name: Cache build artifacts
164-
uses: actions/cache@v4
164+
uses: actions/cache@v5
165165
with:
166166
path: |
167167
~/.hex

0 commit comments

Comments
 (0)