Skip to content

Commit 48fb828

Browse files
Bump @actions/core from 1.5.0 to 1.9.1 (#47)
* Bump @actions/core from 1.5.0 to 1.9.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [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 ... Signed-off-by: dependabot[bot] <support@github.com> * Rebuild changes * bump version * Rebuild Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Lawson <john@jwlawson.co.uk>
1 parent 84666ef commit 48fb828

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-setup-cmake",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "GitHub action to setup cmake",
55
"main": "dist/index.js",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"author": "John Lawson",
2222
"license": "BSD-3-Clause-Clear",
2323
"dependencies": {
24-
"@actions/core": "^1.5.0",
24+
"@actions/core": "^1.9.1",
2525
"@actions/tool-cache": "^1.7.1",
2626
"semver": "^7.3.5",
2727
"typed-rest-client": "^1.8.4"

0 commit comments

Comments
 (0)