Skip to content

Commit d16f439

Browse files
chore(deps): bump actions/cache from 4 to 5 (#129)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6fbb63 commit d16f439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: '3.11'
4242
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
4343

44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
with:
4646
key: mkdocs-material-${{ env.cache_id }}
4747
path: ~/.cache

0 commit comments

Comments
 (0)