Skip to content

Commit 2e44987

Browse files
chore(deps): bump @actions/github from 7.0.0 to 8.0.0 in the github group (#129)
* 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 7.0.0 to 8.0.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: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump version to 3.1.0 --------- 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 dd27b58 commit 2e44987

2 files changed

Lines changed: 99 additions & 118 deletions

File tree

package-lock.json

Lines changed: 97 additions & 116 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": "3.0.9",
3+
"version": "3.1.0",
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 ",
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"dependencies": {
3737
"@actions/core": "^2.0.2",
38-
"@actions/github": "^7.0.0",
38+
"@actions/github": "^8.0.0",
3939
"azure-devops-node-api": "^15.1.2"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)