Skip to content

Commit 82fc726

Browse files
authored
ci: Using v1 for integration-testing-setup (#269)
1 parent 207e412 commit 82fc726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Setup database and engine
6666
id: setup
67-
uses: firebolt-db/integration-testing-setup@master
67+
uses: firebolt-db/integration-testing-setup@v1
6868
with:
6969
firebolt-username: ${{ env.USERNAME }}
7070
firebolt-password: ${{ env.PASSWORD }}

.github/workflows/nightly-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Setup database and engine
6161
id: setup
62-
uses: firebolt-db/integration-testing-setup@master
62+
uses: firebolt-db/integration-testing-setup@v1
6363
with:
6464
firebolt-username: ${{ secrets.FIREBOLT_STG_USERNAME }}
6565
firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}

0 commit comments

Comments
 (0)