Skip to content

Commit d678942

Browse files
chore(deps): update actions/cache action to v5
1 parent 9c70900 commit d678942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: 3.x
3737
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
3838
- name: Cache 📦
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
key: mkdocs-material-${{ env.cache_id }}
4242
path: .cache

0 commit comments

Comments
 (0)