diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-09 00:06:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-09 00:06:42 +0000 |
| commit | 5bebd10b7f73d5a6225c4d254be929cd104f9433 (patch) | |
| tree | ac4be04e84bf998832c7495a13a17eadf6a35bc4 /.github | |
| parent | 67ece534237ea5ebf99f2fe5628c56d52e3291f3 (diff) | |
build(deps): bump hustcer/milestone-action from 2.9 to 2.11
Bumps [hustcer/milestone-action](https://github.com/hustcer/milestone-action) from 2.9 to 2.11.
- [Release notes](https://github.com/hustcer/milestone-action/releases)
- [Changelog](https://github.com/hustcer/milestone-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hustcer/milestone-action/compare/b57a7e52e9913b6b0cdefb10add762af0398659d...bff2091b54a91cf1491564659c554742b285442f)
---
updated-dependencies:
- dependency-name: hustcer/milestone-action
dependency-version: '2.11'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/milestone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index d12418d9c..25d8edaa0 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -15,7 +15,7 @@ jobs: name: Milestone Update steps: - name: Set Milestone for PR - uses: hustcer/milestone-action@b57a7e52e9913b6b0cdefb10add762af0398659d # v2.9 + uses: hustcer/milestone-action@bff2091b54a91cf1491564659c554742b285442f # v2.11 if: github.event.pull_request.merged == true with: action: bind-pr # `bind-pr` is the default action @@ -24,7 +24,7 @@ jobs: # Bind milestone to closed issue that has a merged PR fix - name: Set Milestone for Issue - uses: hustcer/milestone-action@b57a7e52e9913b6b0cdefb10add762af0398659d # v2.9 + uses: hustcer/milestone-action@bff2091b54a91cf1491564659c554742b285442f # v2.11 if: github.event.issue.state == 'closed' with: action: bind-issue |
