Skip to content

Commit ad071e9

Browse files
authored
Merge pull request #29 from rokzitko/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents e9cce4b + 6bf236b commit ad071e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v7
4848

49-
- uses: actions/cache/restore@v5
49+
- uses: actions/cache/restore@v6
5050
with:
5151
path: ${{ env.CCACHE_DIR }}
5252
key: ccache-${{ env.CACHE_VERSION }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.blas }}-${{ github.run_id }}
@@ -226,7 +226,7 @@ jobs:
226226
echo "ccache not found; skipping statistics"
227227
fi
228228
229-
- uses: actions/cache/save@v5
229+
- uses: actions/cache/save@v6
230230
if: always()
231231
with:
232232
path: ${{ env.CCACHE_DIR }}

0 commit comments

Comments
 (0)