Skip to content

Commit

Permalink
Bump @actions/core from 1.2.7 to 1.5.0 (#123)
Browse files Browse the repository at this point in the history
* Bump @actions/core from 1.2.7 to 1.5.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.7 to 1.5.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix yarn lock

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and crazy-max committed Sep 4, 2021
1 parent 8bf78e4 commit 4dd0765
Show file tree
Hide file tree
Showing 7 changed files with 877 additions and 187 deletions.
55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.4.1.cjs

This file was deleted.

631 changes: 631 additions & 0 deletions .yarn/releases/yarn-3.0.2.cjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .yarnrc.yml
@@ -1,2 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-2.4.1.cjs

yarnPath: .yarn/releases/yarn-3.0.2.cjs
146 changes: 129 additions & 17 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -18,13 +18,14 @@
"author": "CrazyMax",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/core": "^1.5.0",
"@actions/exec": "^1.0.4"
},
"devDependencies": {
"@types/node": "^15.3.0",
"@vercel/ncc": "^0.28.5",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
}
},
"packageManager": "yarn@3.0.2"
}

0 comments on commit 4dd0765

Please sign in to comment.