Skip to content

Commit bb89b3e

Browse files
authored
chore: update action to reference v3.0.0, which actually exists (#5343)
1 parent 986414a commit bb89b3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/karma.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: yarn install --frozen-lockfile
4747
working-directory: ./
4848

49-
- uses: saucelabs/sauce-connect-action@v3
49+
- uses: saucelabs/sauce-connect-action@v3.0.0
5050
with:
5151
username: ${{ secrets.SAUCE_USERNAME }}
5252
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
@@ -87,7 +87,7 @@ jobs:
8787
run: yarn install --frozen-lockfile
8888
working-directory: ./
8989

90-
- uses: saucelabs/sauce-connect-action@v3
90+
- uses: saucelabs/sauce-connect-action@v3.0.0
9191
with:
9292
username: ${{ secrets.SAUCE_USERNAME }}
9393
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
@@ -128,7 +128,7 @@ jobs:
128128
run: yarn install --frozen-lockfile
129129
working-directory: ./
130130

131-
- uses: saucelabs/sauce-connect-action@v3
131+
- uses: saucelabs/sauce-connect-action@v3.0.0
132132
with:
133133
username: ${{ secrets.SAUCE_USERNAME }}
134134
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
@@ -171,7 +171,7 @@ jobs:
171171
run: yarn install --frozen-lockfile
172172
working-directory: ./
173173

174-
- uses: saucelabs/sauce-connect-action@v3
174+
- uses: saucelabs/sauce-connect-action@v3.0.0
175175
with:
176176
username: ${{ secrets.SAUCE_USERNAME }}
177177
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}

0 commit comments

Comments
 (0)