Skip to content

Commit 255114d

Browse files
committed
chore: update actions/cache to version 6.0.0 in deploy_mkdocs.yml
1 parent 017c1d9 commit 255114d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: 3.x
2626
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
27-
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
27+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
2828
with:
2929
key: mkdocs-material-${{ env.cache_id }}
3030
path: .cache

0 commit comments

Comments
 (0)