Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 1c958a8 commit 688a918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-tests-8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Docker images caching
id: cache-images
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/mysync-base-img8.0.tgz
key: mysync-base-img8.0-${{ hashFiles('tests/images/base/*') }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Load docker images
id: cache-images
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/mysync-base-img8.0.tgz
key: mysync-base-img8.0-${{ hashFiles('tests/images/base/*') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Docker images caching
id: cache-images
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/mysync-base-img.tgz
key: mysync-base-img-${{ hashFiles('tests/images/base/*') }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Load docker images
id: cache-images
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/mysync-base-img.tgz
key: mysync-base-img-${{ hashFiles('tests/images/base/*') }}
Expand Down

0 comments on commit 688a918

Please sign in to comment.