Skip to content

Commit c2e0699

Browse files
authored
Merge pull request #192 from docker/dependabot/npm_and_yarn/actions/core-2.0.1
build(deps): bump @actions/core from 1.11.1 to 2.0.1
2 parents 069eb67 + 02a35a1 commit c2e0699

File tree

4 files changed

+32
-13
lines changed

4 files changed

+32
-13
lines changed

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
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
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"packageManager": "[email protected]",
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)