Skip to content

Commit cbd9978

Browse files
committed
Update build.yml
1 parent a9edb6a commit cbd9978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
dotnet-version: [ '10.0.x' ]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v5
1919
with:
2020
dotnet-version: ${{ matrix.dotnet-version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)