1
0
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:
Scott Davis
2022-10-26 10:33:39 -06:00
committed by GitHub
parent b1f42a4a63
commit ac14dab3a5
2 changed files with 33 additions and 18 deletions

View File

@@ -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": {