Skip to content

Commit d516eb1

Browse files
chore(deps): bump @actions/github from 9.0.0 to 9.1.0 (#175)
* chore(deps): bump @actions/github in the github group Bumps the github group with 1 update: [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). Updates `@actions/github` from 9.0.0 to 9.1.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump version to 4.1.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Johanning <joshjohanning@github.com>
1 parent f586514 commit d516eb1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 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": "4.1.0",
3+
"version": "4.1.1",
44
"private": true,
55
"type": "module",
66
"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 ",
@@ -39,7 +39,7 @@
3939
"license": "MIT",
4040
"dependencies": {
4141
"@actions/core": "^3.0.0",
42-
"@actions/github": "^9.0.0",
42+
"@actions/github": "^9.1.0",
4343
"azure-devops-node-api": "^15.1.2"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)