Skip to content

Commit 6a1f4d7

Browse files
authored
Merge pull request #469 from ClimateImpactLab/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents fa6b8d1 + b281dce commit 6a1f4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: 3.x
1717
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
18-
- uses: actions/cache@v4
18+
- uses: actions/cache@v5
1919
with:
2020
key: mkdocs-material-${{ env.cache_id }}
2121
path: .cache

0 commit comments

Comments
 (0)