Skip to content

Commit a14eaf4

Browse files
committed
Update GitHub Actions runtimes
1 parent 6d3152b commit a14eaf4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
test:
1313
runs-on: windows-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-dotnet@v4
15+
- uses: actions/checkout@v6
16+
- uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 8.0.x
1919
- run: dotnet restore SqlServerMcp.sln

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
release:
1313
runs-on: windows-latest
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-dotnet@v4
15+
- uses: actions/checkout@v6
16+
- uses: actions/setup-dotnet@v5
1717
with:
1818
dotnet-version: 8.0.x
1919
- run: dotnet test SqlServerMcp.sln --nologo

0 commit comments

Comments
 (0)