Skip to content

Commit aa98c8f

Browse files
authored
Merge pull request #112 from SGSSGene/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 03435b1 + 59c08b3 commit aa98c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_onmerge_publish_docs.yml

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

0 commit comments

Comments
 (0)