From 55cd8948f27fa33c0d35c206c260e410edcf3ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:49:16 +0000 Subject: [PATCH] .github/workflows: 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-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 24b1c97db708..8eb3d6ab4716 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 }}"