Skip to content

Commit 7ec5c2b

Browse files
chore(deps): bump @actions/core from 1.10.0 to 1.10.1 (#434)
* chore(deps): bump @actions/core from 1.10.0 to 1.10.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.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-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update generated content --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <[email protected]>
1 parent 3529a65 commit 7ec5c2b

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"packageManager": "[email protected]",
2828
"dependencies": {
29-
"@actions/core": "^1.10.0",
29+
"@actions/core": "^1.10.1",
3030
"@actions/exec": "^1.1.1",
3131
"@actions/http-client": "^2.1.1",
3232
"@actions/tool-cache": "^2.0.1",

yarn.lock

+12-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ __metadata:
1212
languageName: node
1313
linkType: hard
1414

15-
"@actions/core@npm:^1.10.0, @actions/core@npm:^1.2.6":
15+
"@actions/core@npm:^1.10.1":
16+
version: 1.10.1
17+
resolution: "@actions/core@npm:1.10.1"
18+
dependencies:
19+
"@actions/http-client": ^2.0.1
20+
uuid: ^8.3.2
21+
checksum: 96524c2725e70e3c3176b4e4d93a1358a86f3c5ca777db9a2f65eadfa672f00877db359bf60fffc416c33838ffb4743db93bcc5bf53e76199dd28bf7f7ff8e80
22+
languageName: node
23+
linkType: hard
24+
25+
"@actions/core@npm:^1.2.6":
1626
version: 1.10.0
1727
resolution: "@actions/core@npm:1.10.0"
1828
dependencies:
@@ -3071,7 +3081,7 @@ __metadata:
30713081
version: 0.0.0-use.local
30723082
resolution: "goreleaser-action@workspace:."
30733083
dependencies:
3074-
"@actions/core": ^1.10.0
3084+
"@actions/core": ^1.10.1
30753085
"@actions/exec": ^1.1.1
30763086
"@actions/http-client": ^2.1.1
30773087
"@actions/tool-cache": ^2.0.1

0 commit comments

Comments
 (0)