File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
72
72
- name : MyPy cache
73
73
if : ${{ matrix.step == 'mypy' }}
74
- uses : actions/cache@v3
74
+ uses : actions/cache@v4
75
75
with :
76
76
path : .mypy_cache/${{ env.py-semver }}
77
77
key : mypy-${{ env.py-semver }}
@@ -184,7 +184,7 @@ jobs:
184
184
185
185
- name : Singularity cache
186
186
if : ${{ matrix.container == 'singularity' }}
187
- uses : actions/cache@v3
187
+ uses : actions/cache@v4
188
188
with :
189
189
path : sifcache
190
190
key : singularity
@@ -285,7 +285,7 @@ jobs:
285
285
pip install "tox<4" "tox-gh-actions<3"
286
286
# # docker for mac install is not currently stable
287
287
# - name: 'SETUP MacOS: load Homebrew cache'
288
- # uses: actions/cache@v3
288
+ # uses: actions/cache@v4
289
289
# if: runner.os == 'macOS'
290
290
# with:
291
291
# path: |
Original file line number Diff line number Diff line change 25
25
- name : Set up Docker Buildx
26
26
uses : docker/setup-buildx-action@v3
27
27
- name : Cache Docker layers
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : /tmp/.buildx-cache
31
31
key : ${{ runner.os }}-multi-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments