Skip to content

Commit

Permalink
Merge pull request #3 from beste/dependabot/github_actions/actions/ca…
Browse files Browse the repository at this point in the history
…che-4

github-actions(deps): bump actions/cache from 3 to 4
  • Loading branch information
github-actions[bot] authored Jan 18, 2024
2 parents 13443fb + 3f38544 commit 6b7f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand Down

0 comments on commit 6b7f145

Please sign in to comment.