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 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: |
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments