From b8cbe30a8634574aee774da817d6adb3f891d174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:33:21 +0000 Subject: [PATCH] Bump scientific-python/attach-next-milestone-action in the actions group Bumps the actions group with 1 update: [scientific-python/attach-next-milestone-action](https://github.com/scientific-python/attach-next-milestone-action). Updates `scientific-python/attach-next-milestone-action` from bc07be829f693829263e57d5e8489f4e57d3d420 to c9cfab10ad0c67fed91b01103db26b7f16634639 - [Release notes](https://github.com/scientific-python/attach-next-milestone-action/releases) - [Commits](https://github.com/scientific-python/attach-next-milestone-action/compare/bc07be829f693829263e57d5e8489f4e57d3d420...c9cfab10ad0c67fed91b01103db26b7f16634639) --- updated-dependencies: - dependency-name: scientific-python/attach-next-milestone-action dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/milestone-merged-prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone-merged-prs.yaml b/.github/workflows/milestone-merged-prs.yaml index 71ae037..f455839 100644 --- a/.github/workflows/milestone-merged-prs.yaml +++ b/.github/workflows/milestone-merged-prs.yaml @@ -12,7 +12,7 @@ jobs: name: attach to PR runs-on: ubuntu-latest steps: - - uses: scientific-python/attach-next-milestone-action@bc07be829f693829263e57d5e8489f4e57d3d420 + - uses: scientific-python/attach-next-milestone-action@c9cfab10ad0c67fed91b01103db26b7f16634639 with: token: ${{ secrets.MILESTONE_LABELER_TOKEN }} force: true