Skip to content

Commit

Permalink
Merge pull request #868 from nextcloud/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.3.2

Build(deps): Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
mejo- authored Sep 11, 2023
2 parents 23c3b85 + 7a3f685 commit f8ebe78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
npm run build --if-present
- name: Save context
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
key: cypress-context-${{ matrix.server-versions }}-${{ github.run_id }}
path: ./
Expand All @@ -137,7 +137,7 @@ jobs:

steps:
- name: Restore context
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
fail-on-cache-miss: true
key: cypress-context-${{ matrix.server-versions }}-${{ github.run_id }}
Expand Down

0 comments on commit f8ebe78

Please sign in to comment.