Skip to content

Commit 36c62a6

Browse files
authored
Update release_build_and_deploy.yml
1 parent a21c90b commit 36c62a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_build_and_deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- uses: microsoft/setup-msbuild@v1.0.2
20+
- uses: microsoft/setup-msbuild@v2
2121

2222
- name: 1. Versioning Release
2323
id: step-version
@@ -27,7 +27,7 @@ jobs:
2727
extension-source-file: 'src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/VsixConstants.cs'
2828

2929
- name: 2. Bootstrapping NuGet Installer
30-
uses: nuget/setup-nuget@v1.1.1
30+
uses: nuget/setup-nuget@v2
3131

3232
- name: 3. Restoring Packages
3333
run: nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln

0 commit comments

Comments
 (0)