Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: gabe565-renovate[bot] <gabe565-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 22fe015 commit 0b9f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
cache-dependency-path: docs/requirements.txt

- name: MkDocs cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: docs/.cache
key: ${{ runner.os }}-mkdocs-${{ github.sha }}
Expand Down

0 comments on commit 0b9f64d

Please sign in to comment.