Skip to content

Commit

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

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.3.0 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 c76c2e6 commit 80513f6
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 14 deletions.
59 changes: 52 additions & 7 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.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"author": "CrazyMax",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/core": "^1.5.0",
"@actions/exec": "^1.0.4",
"addressparser": "^1.0.1",
"fs-extra": "^10.0.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -5,10 +5,10 @@ __metadata:
version: 4
cacheKey: 8

"@actions/core@npm:^1.3.0":
version: 1.3.0
resolution: "@actions/core@npm:1.3.0"
checksum: 0bdc41355ca80e80be062285fcef162f017120d62c823532fc914ef831beed3df5de69ea56d88ff2cc5f346ab961bbff0eda7747a65d08511a5c376630ea3ec1
"@actions/core@npm:^1.5.0":
version: 1.5.0
resolution: "@actions/core@npm:1.5.0"
checksum: ef1ef51c4bafd467d2f06a859f4271beae64ee98dbf9bd4e594da0ed3f205dae1a8202c0dfa350bf0a111698470086d6e58cabc68d05a5d661f142237d4729a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -355,7 +355,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "github-pages@workspace:."
dependencies:
"@actions/core": ^1.3.0
"@actions/core": ^1.5.0
"@actions/exec": ^1.0.4
"@actions/io": ^1.1.0
"@types/fs-extra": ^9.0.11
Expand Down

0 comments on commit 80513f6

Please sign in to comment.