Skip to content

Commit f2b82cf

Browse files
chore(deps): bump @actions/core from 1.10.1 to 1.11.1 (#3382)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f4634b commit f2b82cf

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

.github/actions/file-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "index.js",
99
"dependencies": {
1010
"@actions/artifact": "^2.1.11",
11-
"@actions/core": "^1.10.1",
11+
"@actions/core": "^1.11.1",
1212
"@actions/github": "^6.0.0",
1313
"@actions/glob": "^0.5.0",
1414
"diff": "^7.0.0",

yarn.lock

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ __metadata:
3838
languageName: node
3939
linkType: hard
4040

41-
"@actions/core@npm:^1.10.0, @actions/core@npm:^1.10.1, @actions/core@npm:^1.9.1":
41+
"@actions/core@npm:^1.10.0, @actions/core@npm:^1.9.1":
4242
version: 1.10.1
4343
resolution: "@actions/core@npm:1.10.1"
4444
dependencies:
@@ -48,6 +48,25 @@ __metadata:
4848
languageName: node
4949
linkType: hard
5050

51+
"@actions/core@npm:^1.11.1":
52+
version: 1.11.1
53+
resolution: "@actions/core@npm:1.11.1"
54+
dependencies:
55+
"@actions/exec": "npm:^1.1.1"
56+
"@actions/http-client": "npm:^2.0.1"
57+
checksum: 10c0/9aa30b397d8d0dbc74e69fe46b23fb105cab989beb420c57eacbfc51c6804abe8da0f46973ca9f639d532ea4c096d0f4d37da0223fbe94f304fa3c5f53537c30
58+
languageName: node
59+
linkType: hard
60+
61+
"@actions/exec@npm:^1.1.1":
62+
version: 1.1.1
63+
resolution: "@actions/exec@npm:1.1.1"
64+
dependencies:
65+
"@actions/io": "npm:^1.0.1"
66+
checksum: 10c0/4a09f6bdbe50ce68b5cf8a7254d176230d6a74bccf6ecc3857feee209a8c950ba9adec87cc5ecceb04110182d1c17117234e45557d72fde6229b7fd3a395322a
67+
languageName: node
68+
linkType: hard
69+
5170
"@actions/github@npm:^5.1.1":
5271
version: 5.1.1
5372
resolution: "@actions/github@npm:5.1.1"
@@ -92,6 +111,13 @@ __metadata:
92111
languageName: node
93112
linkType: hard
94113

114+
"@actions/io@npm:^1.0.1":
115+
version: 1.1.3
116+
resolution: "@actions/io@npm:1.1.3"
117+
checksum: 10c0/5b8751918e5bf0bebd923ba917fb1c0e294401e7ff0037f32c92a4efa4215550df1f6633c63fd4efb2bdaae8711e69b9e36925857db1f38935ff62a5c92ec29e
118+
languageName: node
119+
linkType: hard
120+
95121
"@adobe/css-tools@npm:^4.4.0":
96122
version: 4.4.0
97123
resolution: "@adobe/css-tools@npm:4.4.0"
@@ -4312,7 +4338,7 @@ __metadata:
43124338
resolution: "@spectrum-tools/gh-action-file-diff@workspace:.github/actions/file-diff"
43134339
dependencies:
43144340
"@actions/artifact": "npm:^2.1.11"
4315-
"@actions/core": "npm:^1.10.1"
4341+
"@actions/core": "npm:^1.11.1"
43164342
"@actions/github": "npm:^6.0.0"
43174343
"@actions/glob": "npm:^0.5.0"
43184344
diff: "npm:^7.0.0"

0 commit comments

Comments
 (0)