Skip to content

Commit 0ae7f9c

Browse files
authored
Merge pull request #63 from weeklydevchat/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 7b42af9 + 217899b commit 0ae7f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)