Skip to content

Commit 5371d63

Browse files
authored
Update cloud_tests_small to action-tower-launch v2
1 parent 0156233 commit 5371d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cloud_tests_small.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: seqeralabs/action-tower-launch@v1
21+
- uses: seqeralabs/action-tower-launch@v2
2222
with:
2323
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
2424
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' }}
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: seqeralabs/action-tower-launch@v1
41+
- uses: seqeralabs/action-tower-launch@v2
4242
with:
4343
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
4444
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' }}
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: seqeralabs/action-tower-launch@v1
61+
- uses: seqeralabs/action-tower-launch@v2
6262
with:
6363
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
6464
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)