Skip to content

Commit b62964b

Browse files
chore(deps): update actions/cache action to v5 (#399)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bc84e4 commit b62964b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
7878
# weekly cache updates
7979
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
80-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
80+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8181
with:
8282
# weekly cache
8383
key: mkdocs-material-${{ env.cache_id }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
4242
# weekly cache updates
4343
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
44-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
44+
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4545
with:
4646
key: mkdocs-material-${{ env.cache_id }}
4747
path: .cache

0 commit comments

Comments
 (0)