Skip to content

Commit 4776476

Browse files
authored
Use the latest action script for sauce labs
1 parent cdfd7a9 commit 4776476

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/remote-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
run: npm install
2424

2525
# Sause Labs part
26-
- uses: saucelabs/sauce-connect-action@v1.1.3
26+
- uses: saucelabs/sauce-connect-action@v2.2.1
2727
with:
2828
username: ${{ secrets.SAUCE_USERNAME }}
2929
accesskey: ${{ secrets.SAUCE_ACCESS_KEY }}
30-
scVersion: 4.6.4
3130
tunnelIdentifier: github-action-tunnel-custom-elements-${{ github.run_id }}
3231
# github-action-tunnel-custom-elements-${process.env.GITHUB_RUN_ID}
3332

0 commit comments

Comments
 (0)