mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-07-17 01:39:20 +00:00
fix: use environment file to manage outputs
use @actions/core v1.10.0 so setOutput uses the new GITHUB_OUTPUT environment file
This commit is contained in:
committed by
GitHub
parent
ebfc49c0e9
commit
dedf4ac5bb
842
package-lock.json
generated
842
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@
|
|||||||
],
|
],
|
||||||
"author": "rlespinasse",
|
"author": "rlespinasse",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.9.1"
|
"@actions/core": "^1.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@semantic-release/changelog": "^6.0.1",
|
"@semantic-release/changelog": "^6.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user