Skip to content

Commit 3e6fb32

Browse files
committed
build: update dependency @actions/core to v2
See associated pull request for more information.
1 parent 2562f2b commit 3e6fb32

File tree

31 files changed

+10636
-1888
lines changed

31 files changed

+10636
-1888
lines changed

.github/local-actions/branch-manager/main.js

Lines changed: 963 additions & 137 deletions
Large diffs are not rendered by default.

.github/local-actions/branch-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@actions/core": "1.11.1",
3+
"@actions/core": "2.0.0",
44
"@actions/github": "6.0.1",
55
"@octokit/rest": "22.0.1",
66
"@types/node": "24.10.2",

.github/local-actions/labels-sync/main.js

Lines changed: 957 additions & 131 deletions
Large diffs are not rendered by default.

.github/local-actions/labels-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@actions/core": "1.11.1",
3+
"@actions/core": "2.0.0",
44
"@actions/github": "6.0.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",

.github/local-actions/lock-closed/main.js

Lines changed: 957 additions & 131 deletions
Large diffs are not rendered by default.

.github/local-actions/lock-closed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@actions/core": "1.11.1",
3+
"@actions/core": "2.0.0",
44
"@actions/github": "6.0.1",
55
"@octokit/rest": "22.0.1",
66
"@octokit/types": "16.0.0",

github-actions/bazel/configure-remote/configure-remote.js

Lines changed: 250 additions & 130 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@actions/core": "1.11.1",
4+
"@actions/core": "2.0.0",
55
"@types/node": "24.10.2"
66
}
77
}

github-actions/branch-manager/main.js

Lines changed: 957 additions & 131 deletions
Large diffs are not rendered by default.

github-actions/branch-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@actions/core": "1.11.1",
4+
"@actions/core": "2.0.0",
55
"@actions/github": "6.0.1",
66
"@octokit/rest": "22.0.1",
77
"@octokit/webhooks-types": "7.6.1",

0 commit comments

Comments
 (0)