Skip to content

Commit 6304838

Browse files
Bump @actions/core from 2.0.3 to 3.0.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.3 to 3.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cbe7be commit 6304838

3 files changed

Lines changed: 83 additions & 9 deletions

File tree

package-lock.json

Lines changed: 81 additions & 7 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
@@ -22,7 +22,7 @@
2222
"@actions/artifact": "^5.0.3",
2323
"@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
2424
"@actions/cache": "^5.0.5",
25-
"@actions/core": "^2.0.3",
25+
"@actions/core": "^3.0.1",
2626
"@actions/exec": "^2.0.0",
2727
"@actions/github": "^8.0.1",
2828
"@actions/glob": "^0.5.0",

pr-checks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"description": "Dependencies for the sync.ts",
44
"dependencies": {
5-
"@actions/core": "^2.0.3",
5+
"@actions/core": "^3.0.1",
66
"@actions/github": "^8.0.1",
77
"@octokit/core": "^7.0.6",
88
"@octokit/plugin-paginate-rest": ">=9.2.2",

0 commit comments

Comments
 (0)