mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-11 11:41:36 +02:00
fix: bump @actions/core to get newer set-output syntax (#638)
Ref: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Jeff Ching <chingor@google.com> Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/bcoe/release-please-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/core": "^1.10.0",
|
||||
"release-please": "^14.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user