diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-01 09:34:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 09:34:19 +0000 |
commit | 648d9d747bdb00cfc1e47b8de99a2f759aae15e9 (patch) | |
tree | 827133727d15424ef575307ebe45f3d1397a4bf2 | |
parent | 2a5d3fd92a36315ef910d1217123b6a860c689e5 (diff) | |
parent | 13a9909a82df3dabd251f0e6d2fbe278daa61eba (diff) | |
download | nextcloud-server-648d9d747bdb00cfc1e47b8de99a2f759aae15e9.tar.gz nextcloud-server-648d9d747bdb00cfc1e47b8de99a2f759aae15e9.zip |
Merge pull request #45612 from nextcloud/dependabot/github_actions/github-actions-cf104570f3
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c40d3a2b61d..7b4e5134575 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -109,7 +109,7 @@ jobs: run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}" - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1 + uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # v6.7.0 with: component: ${{ matrix.containers == 'component' }} group: ${{ matrix.use-cypress-cloud && matrix.containers == 'component' && 'Run component' || matrix.use-cypress-cloud && 'Run E2E' || '' }} |