mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 10:25:08 +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",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1"
|
||||
"@actions/core": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user