Skip to content

Commit c41a135

Browse files
chore(deps): bump the actions dependencies to the latest major versions (#135)
* chore(deps): bump the github group with 2 updates Bumps the github group with 2 updates: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). Updates `@actions/core` from 2.0.2 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/github` from 8.0.0 to 9.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/core" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: "@actions/github" dependency-version: 9.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 v3.0.11 --------- 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 7595fac commit c41a135

2 files changed

Lines changed: 42 additions & 44 deletions

File tree

package-lock.json

Lines changed: 39 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 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.10",
3+
"version": "3.0.11",
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 ",
@@ -34,8 +34,8 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@actions/core": "^2.0.2",
38-
"@actions/github": "^8.0.0",
37+
"@actions/core": "^3.0.0",
38+
"@actions/github": "^9.0.0",
3939
"azure-devops-node-api": "^15.1.2"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)