From 3f9851ec0b3383046031d6d7b08eecd2ba512bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:36:52 +0000 Subject: [PATCH] Bump saucelabs/saucectl-run-action from 3.2.0 to 3.3.0 Bumps [saucelabs/saucectl-run-action](https://github.com/saucelabs/saucectl-run-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/saucelabs/saucectl-run-action/releases) - [Commits](https://github.com/saucelabs/saucectl-run-action/compare/52ca363cd023900b9867b49abf5791c5ab7eafa9...cac550018c2e54c6f16a3be57b113649b2a37ec3) --- updated-dependencies: - dependency-name: saucelabs/saucectl-run-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests-benchmarks.yml | 4 ++-- .github/workflows/integration-tests-ui.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests-benchmarks.yml b/.github/workflows/integration-tests-benchmarks.yml index a76a7ea5dd2..1d402bccbd7 100644 --- a/.github/workflows/integration-tests-benchmarks.yml +++ b/.github/workflows/integration-tests-benchmarks.yml @@ -41,7 +41,7 @@ jobs: run: make stop - name: Run All Tests in SauceLab - uses: saucelabs/saucectl-run-action@52ca363cd023900b9867b49abf5791c5ab7eafa9 # pin@v3 + uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3 if: github.event_name != 'pull_request' && env.SAUCE_USERNAME != null env: GITHUB_TOKEN: ${{ github.token }} @@ -51,7 +51,7 @@ jobs: config-file: .sauce/sentry-uitest-android-benchmark.yml - name: Run one test in SauceLab - uses: saucelabs/saucectl-run-action@52ca363cd023900b9867b49abf5791c5ab7eafa9 # pin@v3 + uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3 if: github.event_name == 'pull_request' && env.SAUCE_USERNAME != null env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/integration-tests-ui.yml b/.github/workflows/integration-tests-ui.yml index df304478be7..89437daa263 100644 --- a/.github/workflows/integration-tests-ui.yml +++ b/.github/workflows/integration-tests-ui.yml @@ -44,7 +44,7 @@ jobs: run: make stop - name: Run Tests in SauceLab - uses: saucelabs/saucectl-run-action@52ca363cd023900b9867b49abf5791c5ab7eafa9 # pin@v3 + uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3 env: GITHUB_TOKEN: ${{ github.token }} with: