Skip to content

Commit 088e502

Browse files
Bump actions/cache from 3 to 4 (#76)
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 8a8a439 commit 088e502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
mix_hash="${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}"
5757
echo "mix_hash=$mix_hash" >> $GITHUB_ENV
5858
- name: Cache PLT files
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
with:
6161
path: |
6262
_build/dev/*.plt

0 commit comments

Comments
 (0)