Skip to content

Commit b066609

Browse files
fix(deps): update dependency @actions/core to v1.11.0 (#776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4381547 commit b066609

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@actions/cache": "3.2.4",
22-
"@actions/core": "1.10.1",
22+
"@actions/core": "1.11.0",
2323
"@actions/exec": "1.1.1",
2424
"@actions/github": "6.0.0",
2525
"got": "11.8.6"

yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@ __metadata:
2323
languageName: node
2424
linkType: hard
2525

26-
"@actions/core@npm:1.10.1, @actions/core@npm:^1.10.0, @actions/core@npm:^1.2.6":
26+
"@actions/core@npm:1.11.0":
27+
version: 1.11.0
28+
resolution: "@actions/core@npm:1.11.0"
29+
dependencies:
30+
"@actions/exec": "npm:^1.1.1"
31+
"@actions/http-client": "npm:^2.0.1"
32+
checksum: 10/64a215df0615e94be8678c7c60aa60abe3dcd0aab7fc9af4092327542bec5ccde57670947aa1020bdd5ad7ab1668902ed3429add4b1082ba5cda098b42e81c47
33+
languageName: node
34+
linkType: hard
35+
36+
"@actions/core@npm:^1.10.0, @actions/core@npm:^1.2.6":
2737
version: 1.10.1
2838
resolution: "@actions/core@npm:1.10.1"
2939
dependencies:
@@ -33,7 +43,7 @@ __metadata:
3343
languageName: node
3444
linkType: hard
3545

36-
"@actions/exec@npm:1.1.1, @actions/exec@npm:^1.0.1":
46+
"@actions/exec@npm:1.1.1, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
3747
version: 1.1.1
3848
resolution: "@actions/exec@npm:1.1.1"
3949
dependencies:
@@ -1663,7 +1673,7 @@ __metadata:
16631673
resolution: "@side/workflow-status-notification-action@workspace:."
16641674
dependencies:
16651675
"@actions/cache": "npm:3.2.4"
1666-
"@actions/core": "npm:1.10.1"
1676+
"@actions/core": "npm:1.11.0"
16671677
"@actions/exec": "npm:1.1.1"
16681678
"@actions/github": "npm:6.0.0"
16691679
"@commitlint/cli": "npm:19.5.0"

0 commit comments

Comments
 (0)