Skip to content

Commit

Permalink
Merge pull request #12 from beste/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-4

github-actions(deps): bump actions/cache from 3 to 4
  • Loading branch information
github-actions[bot] authored Jan 18, 2024
2 parents 2d7aea5 + 9559365 commit 3905751
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 @@ -45,7 +45,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 3905751

Please sign in to comment.