Skip to content

Commit ec58bab

Browse files
committed
chore(deps): update actions/cache action to v5
1 parent bb9949a commit ec58bab

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.5"
3333
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
with:
3636
key: mkdocs-material-${{ env.cache_id }}
3737
path: .cache

0 commit comments

Comments
 (0)