Skip to content

Commit 02e9e80

Browse files
Bump saucelabs/saucectl-run-action from 3.3.0 to 4.0.0 (#3006)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86f0096 commit 02e9e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-tests-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: make stop
4242

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

5353
- name: Run one test in SauceLab
54-
uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
54+
uses: saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
5555
if: github.event_name == 'pull_request' && env.SAUCE_USERNAME != null
5656
env:
5757
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/integration-tests-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: make stop
4545

4646
- name: Run Tests in SauceLab
47-
uses: saucelabs/saucectl-run-action@cac550018c2e54c6f16a3be57b113649b2a37ec3 # pin@v3
47+
uses: saucelabs/saucectl-run-action@7fe025ef1fdc6f211add3751a6c7d8bba27ba9b1 # pin@v3
4848
env:
4949
GITHUB_TOKEN: ${{ github.token }}
5050
with:

0 commit comments

Comments
 (0)