Skip to content

Commit 82b38b7

Browse files
Update mssqlsuite action to v1.9 in CI workflow
Bumps the mssqlsuite GitHub Action from v1.8 to v1.9 for installing the local SQL engine in the build-release workflow.
1 parent f1cb91c commit 82b38b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- uses: actions/checkout@v4
154154

155155
- name: Install local SQL engine via mssqlsuite
156-
uses: potatoqualitee/mssqlsuite@v1.8
156+
uses: potatoqualitee/mssqlsuite@v1.9
157157
with:
158158
install: sqlengine
159159
sa-password: dbatools.I0

0 commit comments

Comments
 (0)