Skip to content

Commit ebc9ef3

Browse files
committedMar 7, 2024
Update build.yml
1 parent b25cdb2 commit ebc9ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
dotnet-version: [ '8.0.x' ]
1414

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

0 commit comments

Comments
 (0)
Failed to load comments.