Skip to content

Commit

Permalink
Bump saucelabs/saucectl-run-action from 3.3.0 to 4.0.0 (#3006)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 86f0096 commit 02e9e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make stop

- name: Run All Tests in SauceLab
uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
uses: saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
if: github.event_name != 'pull_request' && env.SAUCE_USERNAME != null
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -51,7 +51,7 @@ jobs:
config-file: .sauce/sentry-uitest-android-benchmark.yml

- name: Run one test in SauceLab
uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
uses: saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
if: github.event_name == 'pull_request' && env.SAUCE_USERNAME != null
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: make stop

- name: Run Tests in SauceLab
uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
uses: saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 02e9e80

Please sign in to comment.