Skip to content

Commit a2858ca

Browse files
Update actions/cache action to v5 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f8650a commit a2858ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2424

2525

26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
key: mkdocs-material-${{ env.cache_id }}
2929
path: .cache

0 commit comments

Comments
 (0)