Skip to content

Commit

Permalink
chore(deps): bump tediousjs/setup-sqlserver from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [tediousjs/setup-sqlserver](https://github.com/tediousjs/setup-sqlserver) from 1 to 2.
- [Release notes](https://github.com/tediousjs/setup-sqlserver/releases)
- [Changelog](https://github.com/tediousjs/setup-sqlserver/blob/master/CHANGELOG.md)
- [Commits](tediousjs/setup-sqlserver@v1...v2)

---
updated-dependencies:
- dependency-name: tediousjs/setup-sqlserver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 236c480 commit 8c9ff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Run unit tests
run: npm run test-unit
- name: Setup SQL Server
uses: tediousjs/setup-sqlserver@v1
uses: tediousjs/setup-sqlserver@v2
with:
sqlserver-version: ${{ matrix.sqlserver }}
sa-password: ${{ env.MSSQL_PASSWORD }}
Expand Down

0 comments on commit 8c9ff5e

Please sign in to comment.