Skip to content

Commit 0156233

Browse files
authored
Update cloud_tests_full to action-tower-launch-v2
1 parent 700664f commit 0156233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
aligner: ["star_salmon", "star_rsem"]
2525
steps:
26-
- uses: seqeralabs/action-tower-launch@v1
26+
- uses: seqeralabs/action-tower-launch@v2
2727
with:
2828
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
2929
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
aligner: ["star_salmon", "star_rsem"]
5050
steps:
51-
- uses: seqeralabs/action-tower-launch@v1
51+
- uses: seqeralabs/action-tower-launch@v2
5252
with:
5353
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
5454
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
@@ -73,7 +73,7 @@ jobs:
7373
matrix:
7474
aligner: ["star_salmon", "star_rsem"]
7575
steps:
76-
- uses: seqeralabs/action-tower-launch@v1
76+
- uses: seqeralabs/action-tower-launch@v2
7777
with:
7878
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
7979
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)