Skip to content

Commit 55c6555

Browse files
Bump lowlydba/tsqlt-installer from 1.1.0 to 1.1.1 (#273)
Bumps [lowlydba/tsqlt-installer](https://github.com/lowlydba/tsqlt-installer) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/lowlydba/tsqlt-installer/releases) - [Commits](lowlydba/tsqlt-installer@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: lowlydba/tsqlt-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7386a99 commit 55c6555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azuresql-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
New-Item -Path $Env:TSQLT_FILE -ItemType "File" -Value "EXEC tsqlt.RunAll;" -Force
5151
5252
- name: Install tSQLt
53-
uses: lowlydba/[email protected].0
53+
uses: lowlydba/[email protected].1
5454
with:
5555
sql-instance: ${{ env.SQLINSTANCE }}
5656
database: ${{ env.DATABASE }}

.github/workflows/sqlserver-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sa-password: L0wlydb4
7171

7272
- name: Install tSQLt
73-
uses: lowlydba/[email protected].0
73+
uses: lowlydba/[email protected].1
7474
with:
7575
sql-instance: ${{ env.SQLINSTANCE }}
7676
database: ${{ env.DATABASE }}

0 commit comments

Comments
 (0)