From 66b114209d2456152cf7e0a5403aa974a469df46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:52:49 -0700 Subject: [PATCH] build(deps): bump cypress-io/github-action from 4 to 6 (#411) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 to 6. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/v4...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-and-push-to-docker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-push-to-docker.yml b/.github/workflows/build-and-push-to-docker.yml index 6f1d55af..fc63bef3 100644 --- a/.github/workflows/build-and-push-to-docker.yml +++ b/.github/workflows/build-and-push-to-docker.yml @@ -92,7 +92,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} provenance: false - name: Image Acceptance Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 env: TEST_IMAGE_NAME: ${{ env.DOCKER_PREFIX }}-py:${{ steps.meta.outputs.version }} TEST_USER_NAME: jovyan @@ -159,7 +159,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} provenance: false - name: Image Acceptance Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 env: TEST_IMAGE_NAME: ${{ env.DOCKER_PREFIX }}-py-homedir-envs:${{ steps.meta.outputs.version }} TEST_USER_NAME: jovyan @@ -311,7 +311,7 @@ jobs: type=registry,ref=${{ steps.vars.outputs.renku_base }} provenance: false - name: Image Acceptance Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 env: TEST_IMAGE_NAME: ${{ env.DOCKER_PREFIX }}-cuda:${{ steps.meta.outputs.version }} TEST_USER_NAME: jovyan @@ -487,7 +487,7 @@ jobs: cache-to: type=gha provenance: false - name: Image Acceptance Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 env: TEST_IMAGE_NAME: ${DOCKER_PREFIX}-julia:${{ matrix.JULIA_VERSION }}-${{ steps.vars.outputs.sha_short }} TEST_USER_NAME: jovyan @@ -596,7 +596,7 @@ jobs: cache-from: type=gha provenance: false - name: Image Acceptance Tests - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 env: TEST_IMAGE_NAME: ${{ env.DOCKER_PREFIX }}-${{ matrix.EXTENSION }}:${{ matrix.RVERSION }}-${{ steps.vars.outputs.sha_short }} TEST_ENV: rstudio