Skip to content

Commit 31f3e4c

Browse files
dependabot[bot]romtsnstefanosiano
authored
Bump saucelabs/saucectl-run-action from 1.3.0 to 2.0.0 (#2338)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roman Zavarnitsyn <[email protected]> Co-authored-by: Stefano <[email protected]>
1 parent 7967d22 commit 31f3e4c

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
@@ -40,15 +40,15 @@ jobs:
4040
run: make stop
4141

4242
- name: Run All Tests in SauceLab
43-
uses: saucelabs/saucectl-run-action@9f8b2c03deea98eb6db7b75bffb1595f2da535db # pin@v1
43+
uses: saucelabs/saucectl-run-action@a76db27b924cf05a47c402eb2f3316980612341d # pin@v2
4444
if: github.event_name != 'pull_request' && env.SAUCE_USERNAME != null
4545
with:
4646
sauce-username: ${{ secrets.SAUCE_USERNAME }}
4747
sauce-access-key: ${{ secrets.SAUCE_ACCESS_KEY }}
4848
config-file: .sauce/sentry-uitest-android-benchmark.yml
4949

5050
- name: Run one test in SauceLab
51-
uses: saucelabs/saucectl-run-action@9f8b2c03deea98eb6db7b75bffb1595f2da535db # pin@v1
51+
uses: saucelabs/saucectl-run-action@a76db27b924cf05a47c402eb2f3316980612341d # pin@v2
5252
if: github.event_name == 'pull_request' && env.SAUCE_USERNAME != null
5353
with:
5454
sauce-username: ${{ secrets.SAUCE_USERNAME }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make stop
3636

3737
- name: Run Tests in SauceLab
38-
uses: saucelabs/saucectl-run-action@9f8b2c03deea98eb6db7b75bffb1595f2da535db # pin@v1
38+
uses: saucelabs/saucectl-run-action@a76db27b924cf05a47c402eb2f3316980612341d # pin@v2
3939
with:
4040
sauce-username: ${{ secrets.SAUCE_USERNAME }}
4141
sauce-access-key: ${{ secrets.SAUCE_ACCESS_KEY }}

0 commit comments

Comments
 (0)