Skip to content

Commit 208b096

Browse files
authored
Merge pull request #59 from HtmlUnit/dependabot/github_actions/NuGet/setup-nuget-1.0.7
Bump NuGet/setup-nuget from 1.0.5 to 1.0.7
2 parents 8746a7a + 627f814 commit 208b096

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- uses: microsoft/setup-msbuild@v1
20-
- uses: NuGet/setup-nuget@v1.0.5
20+
- uses: NuGet/setup-nuget@v1.0.7
2121

2222
- name: Restore NuGet packages
2323
run: nuget restore NHtmlUnit.sln
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
name: NHtmlUnit.nupkg
7474

75-
- uses: NuGet/setup-nuget@v1.0.5
75+
- uses: NuGet/setup-nuget@v1.0.7
7676

7777
- name: Publish To NuGet.org
7878
run: nuget push *.nupkg -Source nuget.org -ApiKey ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)