Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Commit 2c006f8

Browse files
authored
Merge pull request #142 from swimmwatch/dependabot/github_actions/dev/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 580dc77 + a92c104 commit 2c006f8

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
@@ -32,7 +32,7 @@ jobs:
3232
git config user.name github-actions[bot]
3333
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3434
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
with:
3737
key: mkdocs-material-${{ env.cache_id }}
3838
path: .cache

0 commit comments

Comments
 (0)