Skip to content

Commit 1397060

Browse files
Use later versions of actions to support .net9
1 parent 8f652f0 commit 1397060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
SQLServer-Tests:
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@v2
115+
- uses: actions/checkout@v4
116116
- name: Setup .NET
117-
uses: actions/setup-dotnet@v1
117+
uses: actions/setup-dotnet@v4
118118
with:
119119
dotnet-version: |
120120
3.1.x

0 commit comments

Comments
 (0)