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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 47affb2 commit ac4805a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sqlserver-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
- name: Install SQL Server
continue-on-error: true
id: mssqlsuite
uses: potatoqualitee/mssqlsuite@v1.7
uses: potatoqualitee/mssqlsuite@v1.8
with:
install: sqlengine
sa-password: L0wlydb4
version: ${{ matrix.sql_server }}

- name: Retry SQL Server install
if: steps.mssqlsuite.outcome == 'failure'
uses: potatoqualitee/mssqlsuite@v1.7
uses: potatoqualitee/mssqlsuite@v1.8
with:
install: sqlengine
sa-password: L0wlydb4
Expand Down

0 comments on commit ac4805a

Please sign in to comment.