2 parents e9cce4b + 6bf236b commit ad071e9Copy full SHA for ad071e9
1 file changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
steps:
47
- uses: actions/checkout@v7
48
49
- - uses: actions/cache/restore@v5
+ - uses: actions/cache/restore@v6
50
with:
51
path: ${{ env.CCACHE_DIR }}
52
key: ccache-${{ env.CACHE_VERSION }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.blas }}-${{ github.run_id }}
@@ -226,7 +226,7 @@ jobs:
226
echo "ccache not found; skipping statistics"
227
fi
228
229
- - uses: actions/cache/save@v5
+ - uses: actions/cache/save@v6
230
if: always()
231
232
0 commit comments