Skip to content

Commit

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

Chore(deps): Bump actions/cache from 3 to 4
  • Loading branch information
juliusknorr authored May 13, 2024
2 parents 83ae8f0 + e738c28 commit abca471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 abca471

Please sign in to comment.