Skip to content

Commit

Permalink
Merge pull request #45 from QuEraComputing/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
weinbe58 authored Jan 22, 2024
2 parents 5b242f0 + c3fa1bb commit f17708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: pdm install
- name: Set up build cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
key: mkdocs-material-${{ github.ref }}
Expand Down

0 comments on commit f17708a

Please sign in to comment.