Skip to content

Commit fba6981

Browse files
authored
Fix/t33413 (#90)
* Update test.yml Upgrading the saucectl-run-action to v3. This version of the run action will only allow released versions, not pre-release, to resolve at 'latest'. https://hack.in.backtrace.io/T33413
1 parent 6cc6f30 commit fba6981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: curl -L https://saucelabs.github.io/saucectl/install | bash
9393

9494
- name: Install saucectl
95-
uses: saucelabs/saucectl-run-action@v2
95+
uses: saucelabs/saucectl-run-action@v3
9696
with:
9797
skip-run: true
9898

0 commit comments

Comments
 (0)