Skip to content

Commit 2e56973

Browse files
authored
chore(deps): update actions/cache action to v6 (#38)
1 parent 8fc48e8 commit 2e56973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: "3.14.6"
3333
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
34-
- uses: actions/cache@v5
34+
- uses: actions/cache@v6
3535
with:
3636
key: mkdocs-material-${{ env.cache_id }}
3737
path: .cache

0 commit comments

Comments
 (0)