Skip to content

Commit 8b935c6

Browse files
authored
Merge pull request #889 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 1e11a6a + 2149af8 commit 8b935c6

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@actions/artifact": "^4.0.0",
4949
"@actions/cache": "^4.1.0",
50-
"@actions/core": "^1.11.1",
50+
"@actions/core": "^2.0.1",
5151
"@actions/exec": "^2.0.0",
5252
"@actions/github": "^6.0.1",
5353
"@actions/http-client": "^3.0.0",

yarn.lock

Lines changed: 11 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": "npm:^2.0.0"
80+
"@actions/http-client": "npm:^3.0.0"
81+
checksum: 10/a3376a89886c7144d5db0cd7f897ab397c1f9eaa7b291e052b87d0bd5096e4ccc1046084b26b5d764cb29c7980098c202af8ec3a5928183a8e52d3421c4210f6
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"
@@ -1139,7 +1149,7 @@ __metadata:
11391149
dependencies:
11401150
"@actions/artifact": "npm:^4.0.0"
11411151
"@actions/cache": "npm:^4.1.0"
1142-
"@actions/core": "npm:^1.11.1"
1152+
"@actions/core": "npm:^2.0.1"
11431153
"@actions/exec": "npm:^2.0.0"
11441154
"@actions/github": "npm:^6.0.1"
11451155
"@actions/http-client": "npm:^3.0.0"

0 commit comments

Comments
 (0)