Skip to content

Commit 45a7fcf

Browse files
authored
Merge pull request #2 from SedNavOrg/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents b33282d + afea1f8 commit 45a7fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)