Skip to content

Commit 81aaa5b

Browse files
chore(deps): bump actions/cache from 3 to 4 (#246)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache 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 2ba0c55 commit 81aaa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: Swatinem/rust-cache@v2
7474

7575
- name: Cache Mix dependencies
76-
uses: actions/cache@v3
76+
uses: actions/cache@v4
7777
with:
7878
path: |
7979
deps

0 commit comments

Comments
 (0)