Skip to content

Commit

Permalink
Bump potatoqualitee/mssqlsuite from 1.7 to 1.8
Browse files Browse the repository at this point in the history
Bumps [potatoqualitee/mssqlsuite](https://github.com/potatoqualitee/mssqlsuite) from 1.7 to 1.8.
- [Release notes](https://github.com/potatoqualitee/mssqlsuite/releases)
- [Commits](potatoqualitee/mssqlsuite@v1.7...v1.8)

---
updated-dependencies:
- dependency-name: potatoqualitee/mssqlsuite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jas88 committed Jan 15, 2025
1 parent 978af31 commit 92c3150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# sqlcmd -l 180 -S '(localdb)\MSSQLLocalDB' -Q "SELECT @@VERSION;"
# sed -i'' -e 's/localhost/\(localdb\)\\MSSQLLocalDB/' RDMP/Tests.Common/TestDatabases.txt
- name: Install a SQL Server suite of tools
uses: potatoqualitee/mssqlsuite@v1.7
uses: potatoqualitee/mssqlsuite@v1.8
with:
install: sqlengine, sqlclient, sqlpackage, localdb
- name: Run sqlclient
Expand Down

0 comments on commit 92c3150

Please sign in to comment.