From 39199914a74a31884458c789d26560e86a6bce41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 16:12:50 +0000 Subject: [PATCH] .github/workflows: Bump actions/labeler from 4.0.2 to 4.0.4 Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/5c7539237e04b714afd8ad9b4aed733815b9fab4...0776a679364a9a16110aac8d0f40f5e11009e327) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-patch ... 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 8566f25992c..55a7277f858 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Assign labels based on modified files # https://github.com/marketplace/actions/labeler?version=v4.0.2 - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 + uses: actions/labeler@0776a679364a9a16110aac8d0f40f5e11009e327 with: sync-labels: '' repo-token: "${{ secrets.GITHUB_TOKEN }}"