Compare commits

...

1 Commits
v1.3.3 ... v2

2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ outputs:
description: "The resulting location of msbuild for your inputs"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

View File

@ -1,6 +1,6 @@
{
"name": "setup-msbuild",
"version": "1.3.2",
"version": "2.0.0",
"private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js",