Skip to content

Commit 525b6d4

Browse files
authored
Merge pull request #142 from a5chin/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents daf67e1 + 6bc77c2 commit 525b6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-deploy.yml

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

5151
- name: Save cache
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
key: mkdocs-material-${{ env.cache_id }}
5555
path: .cache

0 commit comments

Comments
 (0)