Skip to content

Commit

Permalink
bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
prnam committed Sep 14, 2024
1 parent 5da0091 commit 7823314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v2.1.8
- uses: actions/cache@v4.0.2
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
Expand Down

0 comments on commit 7823314

Please sign in to comment.