Skip to content

Commit a87f38a

Browse files
chore(deps): bump actions/cache from 2 to 4 (#693)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...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 7e95271 commit a87f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# Doesn't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
117117
# Cache key based on Elixir & Erlang version.
118118
- name: Restore PLT cache
119-
uses: actions/cache@v2
119+
uses: actions/cache@v4
120120
id: plt_cache
121121
with:
122122
key: |

0 commit comments

Comments
 (0)