Skip to content

Commit 30c2f0a

Browse files
chore(deps): Bump @actions/core from 1.10.1 to 1.11.1
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] <support@github.com>
1 parent 0de3687 commit 30c2f0a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "Apache-2.0",
2828
"packageManager": "yarn@3.6.3",
2929
"dependencies": {
30-
"@actions/core": "^1.10.1",
30+
"@actions/core": "^1.11.1",
3131
"@actions/github": "^6.0.0",
3232
"@docker/actions-toolkit": "^0.35.0",
3333
"@renovate/pep440": "^1.0.0",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ __metadata:
6262
languageName: node
6363
linkType: hard
6464

65+
"@actions/core@npm:^1.11.1":
66+
version: 1.11.1
67+
resolution: "@actions/core@npm:1.11.1"
68+
dependencies:
69+
"@actions/exec": ^1.1.1
70+
"@actions/http-client": ^2.0.1
71+
checksum: 9ac7a3e0b478bfefd862dcb4ddaa1d8c3f9076bb1931d3d280918d1749e7783480c6a009c1b009c8bf5093e2d77d9f4e023d70416145bf246f0071736d4ef839
72+
languageName: node
73+
linkType: hard
74+
6575
"@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.0.1, @actions/exec@npm:^1.1.1":
6676
version: 1.1.1
6777
resolution: "@actions/exec@npm:1.1.1"
@@ -3202,7 +3212,7 @@ __metadata:
32023212
version: 0.0.0-use.local
32033213
resolution: "docker-metadata-action@workspace:."
32043214
dependencies:
3205-
"@actions/core": ^1.10.1
3215+
"@actions/core": ^1.11.1
32063216
"@actions/github": ^6.0.0
32073217
"@docker/actions-toolkit": ^0.35.0
32083218
"@renovate/pep440": ^1.0.0

0 commit comments

Comments
 (0)