Skip to content

Commit 0618ac3

Browse files
Merge pull request #20 from medcore-ua/dependabot/github_actions/actions/cache-5
chore(deps): Bump actions/cache from 4 to 5
2 parents cf4d0bc + 7da6518 commit 0618ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2929

30-
- uses: actions/cache@v4
30+
- uses: actions/cache@v5
3131
with:
3232
key: mkdocs-material-${{ env.cache_id }}
3333
path: .cache

0 commit comments

Comments
 (0)