Skip to content

Commit 6c2046f

Browse files
committed
Update github action
1 parent 1a20a9b commit 6c2046f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Add msbuild to PATH
16-
uses: microsoft/setup-msbuild@v1.0.3
16+
uses: microsoft/setup-msbuild@v1
1717

1818
- name: Setup NuGet.exe
1919
uses: nuget/setup-nuget@v1

0 commit comments

Comments
 (0)