Skip to content

Commit

Permalink
Bump lowlydba/tsqlt-installer from 1.1.0 to 1.1.1 (#273)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2023
1 parent 7386a99 commit 55c6555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azuresql-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
New-Item -Path $Env:TSQLT_FILE -ItemType "File" -Value "EXEC tsqlt.RunAll;" -Force
- name: Install tSQLt
uses: lowlydba/tsqlt-installer@v1.1.0
uses: lowlydba/tsqlt-installer@v1.1.1
with:
sql-instance: ${{ env.SQLINSTANCE }}
database: ${{ env.DATABASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlserver-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
sa-password: L0wlydb4

- name: Install tSQLt
uses: lowlydba/tsqlt-installer@v1.1.0
uses: lowlydba/tsqlt-installer@v1.1.1
with:
sql-instance: ${{ env.SQLINSTANCE }}
database: ${{ env.DATABASE }}
Expand Down

0 comments on commit 55c6555

Please sign in to comment.