Skip to content

Commit 098e932

Browse files
Merge pull request #288 from nextcloud/feat/workflow-auto-update-cypress.yml
chore(CI): Updating cypress.yml workflow from template
2 parents e114e20 + 73be2c4 commit 098e932

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
TESTING=true npm run build --if-present
7676
7777
- name: Save context
78-
uses: buildjet/cache/save@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
78+
uses: buildjet/cache/save@v4
7979
with:
8080
key: cypress-context-${{ github.run_id }}
8181
path: ./
@@ -95,7 +95,7 @@ jobs:
9595

9696
steps:
9797
- name: Restore context
98-
uses: buildjet/cache/restore@e376f15c6ec6dc595375c78633174c7e5f92dc0e # v3
98+
uses: buildjet/cache/restore@v4
9999
with:
100100
fail-on-cache-miss: true
101101
key: cypress-context-${{ github.run_id }}
@@ -110,7 +110,7 @@ jobs:
110110
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
111111

112112
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
113-
uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # v6.7.5
113+
uses: cypress-io/github-action@0da3c06ed8217b912deea9d8ee69630baed1737e # v6.7.6
114114
with:
115115
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
116116
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}

0 commit comments

Comments
 (0)