Skip to content

Commit 42374d6

Browse files
chore(deps): update dependency @actions/core to v1.11.1
1 parent 7705799 commit 42374d6

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@actions/artifact": "2.1.10",
25-
"@actions/core": "1.10.1",
25+
"@actions/core": "1.11.1",
2626
"@actions/exec": "1.1.1",
2727
"@actions/io": "1.1.3",
2828
"@octokit/rest": "21.0.2",

yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@ __metadata:
2727
languageName: node
2828
linkType: hard
2929

30-
"@actions/core@npm:1.10.1, @actions/core@npm:^1.10.0":
30+
"@actions/core@npm:1.11.1":
31+
version: 1.11.1
32+
resolution: "@actions/core@npm:1.11.1"
33+
dependencies:
34+
"@actions/exec": "npm:^1.1.1"
35+
"@actions/http-client": "npm:^2.0.1"
36+
checksum: 10/94f260e33607cc16567ce4c88014f069cd7da92baaa443b72cff80fdf4f1dcd18192e135df0d51ec29e8b82cfe214218715d482f2a7804efa5095737d1245f38
37+
languageName: node
38+
linkType: hard
39+
40+
"@actions/core@npm:^1.10.0":
3141
version: 1.10.1
3242
resolution: "@actions/core@npm:1.10.1"
3343
dependencies:
@@ -37,7 +47,7 @@ __metadata:
3747
languageName: node
3848
linkType: hard
3949

40-
"@actions/exec@npm:1.1.1":
50+
"@actions/exec@npm:1.1.1, @actions/exec@npm:^1.1.1":
4151
version: 1.1.1
4252
resolution: "@actions/exec@npm:1.1.1"
4353
dependencies:
@@ -7889,7 +7899,7 @@ __metadata:
78897899
resolution: "scripts@workspace:scripts"
78907900
dependencies:
78917901
"@actions/artifact": "npm:2.1.10"
7892-
"@actions/core": "npm:1.10.1"
7902+
"@actions/core": "npm:1.11.1"
78937903
"@actions/exec": "npm:1.1.1"
78947904
"@actions/io": "npm:1.1.3"
78957905
"@octokit/rest": "npm:21.0.2"

0 commit comments

Comments
 (0)