Skip to content

Commit

Permalink
Bump @actions/core from 1.5.0 to 1.9.1 (#47)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and jwlawson authored Aug 19, 2022
1 parent 84666ef commit 48fb828
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

27 changes: 23 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-setup-cmake",
"version": "1.12.0",
"version": "1.12.1",
"description": "GitHub action to setup cmake",
"main": "dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"author": "John Lawson",
"license": "BSD-3-Clause-Clear",
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/core": "^1.9.1",
"@actions/tool-cache": "^1.7.1",
"semver": "^7.3.5",
"typed-rest-client": "^1.8.4"
Expand Down

0 comments on commit 48fb828

Please sign in to comment.