Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit ac14dab

Browse files
stdavischingor13
andauthored
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>
1 parent b1f42a4 commit ac14dab

2 files changed

Lines changed: 33 additions & 18 deletions

File tree

package-lock.json

Lines changed: 32 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/bcoe/release-please-action#readme",
2727
"dependencies": {
28-
"@actions/core": "^1.6.0",
28+
"@actions/core": "^1.10.0",
2929
"release-please": "^14.14.0"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)