Skip to content

Commit 20e0c03

Browse files
build(deps): bump @actions/core from 1.11.1 to 2.0.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 069eb67 commit 20e0c03

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"packageManager": "yarn@3.6.3",
2828
"dependencies": {
29-
"@actions/core": "^1.11.1",
29+
"@actions/core": "^2.0.1",
3030
"@docker/actions-toolkit": "^0.69.0"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ __metadata:
7272
languageName: node
7373
linkType: hard
7474

75+
"@actions/core@npm:^2.0.1":
76+
version: 2.0.1
77+
resolution: "@actions/core@npm:2.0.1"
78+
dependencies:
79+
"@actions/exec": ^2.0.0
80+
"@actions/http-client": ^3.0.0
81+
checksum: 7f15d4b75645a8b35f2ab0f3eb4e699625f3b73ee25d7dec81214f4ebe88ba68aeb9233fc6fda3cad03dd5ae49b6593f1f92885cf4797fa7a95243913b1dd4c1
82+
languageName: node
83+
linkType: hard
84+
7585
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
7686
version: 1.1.1
7787
resolution: "@actions/exec@npm:1.1.1"
@@ -81,6 +91,15 @@ __metadata:
8191
languageName: node
8292
linkType: hard
8393

94+
"@actions/exec@npm:^2.0.0":
95+
version: 2.0.0
96+
resolution: "@actions/exec@npm:2.0.0"
97+
dependencies:
98+
"@actions/io": ^2.0.0
99+
checksum: 001e4139129fce56459c7fa3970d50e85dc9bffef5fe451312ff1277f1f18d553d221012a199d58b3a5c2198bd0c71b2060dd28e52ebfeaf5a91331347c93208
100+
languageName: node
101+
linkType: hard
102+
84103
"@actions/github@npm:^6.0.1":
85104
version: 6.0.1
86105
resolution: "@actions/github@npm:6.0.1"
@@ -3704,7 +3723,7 @@ __metadata:
37043723
version: 0.0.0-use.local
37053724
resolution: "docker-setup-docker@workspace:."
37063725
dependencies:
3707-
"@actions/core": ^1.11.1
3726+
"@actions/core": ^2.0.1
37083727
"@docker/actions-toolkit": ^0.69.0
37093728
"@eslint/compat": ^2.0.0
37103729
"@eslint/eslintrc": ^3.3.3

0 commit comments

Comments
 (0)