Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 18587e6 commit 87bf214
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 87bf214

Please sign in to comment.