Skip to content

Commit

Permalink
Merge pull request #61 from TGoddessana/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

⬆ bump actions/cache from 3 to 4
  • Loading branch information
TGoddessana authored Jan 27, 2024
2 parents 22dcf62 + 37d2c2e commit f4bf71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
poetry add mkdocs mkdocs-material "mkdocstrings[crystal,python]"
poetry run mkdocs build --clean --strict
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3
uses: actions/cache@v4
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit f4bf71a

Please sign in to comment.