From bcf50102e5585b37346a0ca624bf14e9ec7f7ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:22:04 +0000 Subject: [PATCH] .github: Bump iyu/actions-milestone from 1.3.0 to 1.4.0 Bumps [iyu/actions-milestone](https://github.com/iyu/actions-milestone) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/iyu/actions-milestone/releases) - [Commits](https://github.com/iyu/actions-milestone/compare/e93115c90ff7bcddee71086e9253f1b6a5f4b48a...d3a96497d18f333d0419641cc3fcfbd02939a2aa) --- updated-dependencies: - dependency-name: iyu/actions-milestone dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 24b1c97db708a..8eb3d6ab4716e 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -22,7 +22,7 @@ jobs: labeled: dashboard - name: Assign milestone based on target brach name # https://github.com/marketplace/actions/pull-request-milestone?version=v1.3.0 - uses: iyu/actions-milestone@e93115c90ff7bcddee71086e9253f1b6a5f4b48a + uses: iyu/actions-milestone@d3a96497d18f333d0419641cc3fcfbd02939a2aa with: configuration-path: .github/milestone.yml repo-token: "${{ secrets.GITHUB_TOKEN }}"