Skip to content

Commit

Permalink
update docs to v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee authored Jan 14, 2025
1 parent e82c4ad commit 5a162ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Just copy the code below and modify the line **`install: sqlengine, sqlclient, s

```yaml
- name: Install a SQL Server suite of tools
uses: potatoqualitee/mssqlsuite@v1.7
uses: potatoqualitee/mssqlsuite@v1.8
with:
install: sqlengine, sqlclient, sqlpackage, localdb, fulltext
```
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run the action
uses: potatoqualitee/mssqlsuite@v1.7
uses: potatoqualitee/mssqlsuite@v1.8
with:
install: sqlengine, sqlpackage
Expand All @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run the action
uses: potatoqualitee/mssqlsuite@v1.7
uses: potatoqualitee/mssqlsuite@v1.8
with:
install: sqlengine, sqlclient, sqlpackage, localdb, fulltext
version: 2019
Expand Down

0 comments on commit 5a162ed

Please sign in to comment.