Skip to content

Commit ef35aaa

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] <[email protected]>
1 parent a6f0373 commit ef35aaa

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
@@ -26,7 +26,7 @@
2626
"license": "Apache-2.0",
2727
"packageManager": "[email protected]",
2828
"dependencies": {
29-
"@actions/core": "^1.10.1",
29+
"@actions/core": "^1.11.1",
3030
"@docker/actions-toolkit": "^0.39.0",
3131
"handlebars": "^4.7.8"
3232
},

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"
@@ -3157,7 +3167,7 @@ __metadata:
31573167
version: 0.0.0-use.local
31583168
resolution: "docker-buildx-bake@workspace:."
31593169
dependencies:
3160-
"@actions/core": ^1.10.1
3170+
"@actions/core": ^1.11.1
31613171
"@docker/actions-toolkit": ^0.39.0
31623172
"@types/node": ^20.12.12
31633173
"@typescript-eslint/eslint-plugin": ^7.9.0

0 commit comments

Comments
 (0)