Skip to content

Commit f42b820

Browse files
committed
Update workflow
1 parent 8007548 commit f42b820

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
- name: Setup MSBuild environment
22-
uses: microsoft/setup-msbuild@v1.0.0
22+
uses: microsoft/setup-msbuild@v1.0.2
2323

2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2525
- uses: actions/checkout@v2

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- name: Setup MSBuild environment
23-
uses: microsoft/setup-msbuild@v1.0.0
23+
uses: microsoft/setup-msbuild@v1.0.2
2424

2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)