Skip to content

Commit 6bc77c2

Browse files
chore(deps): update actions/cache action to v5
1 parent daf67e1 commit 6bc77c2

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)