Skip to content

Commit ff87f44

Browse files
authored
Update GitHub Actions to use latest checkout and setup-dotnet
1 parent 3e0a932 commit ff87f44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v6
1212
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v1
13+
uses: actions/setup-dotnet@v5
1414
with:
1515
dotnet-version: 8.0.100
1616
source-url: https://nuget.pkg.github.com/directsql/index.json

0 commit comments

Comments
 (0)