Merge pull request #67 from dusda/set-output-fix

Fixes set-output deprecation warnings in logs
This commit is contained in:
Paul Hatcherian 2022-11-02 07:39:36 -04:00 committed by GitHub
commit d2341fffbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.0.0", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1" "@actions/exec": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {

View file

@ -28,7 +28,7 @@
}, },
"homepage": "https://github.com/paulhatch/semantic-version#readme", "homepage": "https://github.com/paulhatch/semantic-version#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1" "@actions/exec": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {