3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-28 09:48:17 +01:00

[actions] Bump actions/cache restore/save to version 4

This commit is contained in:
Nils Wentzell 2024-04-23 14:27:42 -04:00
parent ae4b92803a
commit 1ade83c9ee

View File

@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.os }}-${{ matrix.cc }}-${{ github.run_id }}
@ -133,7 +133,7 @@ jobs:
if: always()
run: ccache -sv
- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
if: always()
with:
path: ${{ env.CCACHE_DIR }}