Skip to content

Commit cb3706c

Browse files
Bump actions/cache from 3 to 4 (#1968)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec1e1c8 commit cb3706c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: MyPy cache
7373
if: ${{ matrix.step == 'mypy' }}
74-
uses: actions/cache@v3
74+
uses: actions/cache@v4
7575
with:
7676
path: .mypy_cache/${{ env.py-semver }}
7777
key: mypy-${{ env.py-semver }}
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Singularity cache
186186
if: ${{ matrix.container == 'singularity' }}
187-
uses: actions/cache@v3
187+
uses: actions/cache@v4
188188
with:
189189
path: sifcache
190190
key: singularity
@@ -285,7 +285,7 @@ jobs:
285285
pip install "tox<4" "tox-gh-actions<3"
286286
# # docker for mac install is not currently stable
287287
# - name: 'SETUP MacOS: load Homebrew cache'
288-
# uses: actions/cache@v3
288+
# uses: actions/cache@v4
289289
# if: runner.os == 'macOS'
290290
# with:
291291
# path: |

.github/workflows/quay-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
2727
- name: Cache Docker layers
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: /tmp/.buildx-cache
3131
key: ${{ runner.os }}-multi-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)