Skip to content

Commit 318a77f

Browse files
Bump @actions/core from 1.9.0 to 1.9.1 (#23)
* Bump @actions/core from 1.9.0 to 1.9.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.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] <[email protected]> * incrementing version Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Johanning <[email protected]>
1 parent af6f7fd commit 318a77f

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

package-lock.json

Lines changed: 26 additions & 11 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": "azure-devops-work-item-link-enforcer-and-linker",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "GitHub Action to enforce that each commit in a pull request be linked to an Azure DevOps work item and automatically link the pull request to each work item ",
66
"main": "dist/index.js",
@@ -24,7 +24,7 @@
2424
"author": "dc AG",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@actions/core": "^1.9.0",
27+
"@actions/core": "^1.9.1",
2828
"@actions/github": "^5.0.3",
2929
"azure-devops-node-api": "^11.1.1",
3030
"node-fetch": "^2.6.6"

0 commit comments

Comments
 (0)