Skip to content

Commit a40a139

Browse files
build(NoTicket): bump firebolt-db/integration-testing-setup from 1 to 2
Bumps [firebolt-db/integration-testing-setup](https://github.com/firebolt-db/integration-testing-setup) from 1 to 2. - [Release notes](https://github.com/firebolt-db/integration-testing-setup/releases) - [Commits](firebolt-db/integration-testing-setup@v1...v2) --- updated-dependencies: - dependency-name: firebolt-db/integration-testing-setup dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f56ec7 commit a40a139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Setup database and engine
3232
id: setup
33-
uses: firebolt-db/integration-testing-setup@v1
33+
uses: firebolt-db/integration-testing-setup@v2
3434
with:
3535
firebolt-username: ${{ secrets.FIREBOLT_STG_USERNAME }}
3636
firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}

.github/workflows/nightly-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Setup database and engine
5959
id: setup
60-
uses: firebolt-db/integration-testing-setup@v1
60+
uses: firebolt-db/integration-testing-setup@v2
6161
with:
6262
firebolt-username: ${{ secrets.FIREBOLT_STG_USERNAME }}
6363
firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}

0 commit comments

Comments
 (0)