Skip to content

Commit 893829a

Browse files
committed
Switched to node24 [skip ci]
1 parent d5bc155 commit 893829a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- os: windows-2022
1919
sqlserver-version: 2019
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: ./.
2323
with:
2424
sqlserver-version: ${{ matrix.sqlserver-version }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ inputs:
55
accept-eula:
66
description: Confirms acceptance of the End-User Licensing Agreement
77
runs:
8-
using: node20
8+
using: node24
99
main: index.js

0 commit comments

Comments
 (0)