We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bc155 commit 893829aCopy full SHA for 893829a
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- os: windows-2022
19
sqlserver-version: 2019
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- uses: ./.
23
with:
24
sqlserver-version: ${{ matrix.sqlserver-version }}
action.yml
@@ -5,5 +5,5 @@ inputs:
5
accept-eula:
6
description: Confirms acceptance of the End-User Licensing Agreement
7
runs:
8
- using: node20
+ using: node24
9
main: index.js
0 commit comments