From 44898ccc66690b4c9099235e21ca1a61fcdc785d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:24:18 +0000 Subject: [PATCH] maintain(deps): bump crazy-max/ghaction-github-labeler from 4 to 5 Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4 to 5. - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manage-labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-labels.yaml b/.github/workflows/manage-labels.yaml index 752ae76988..3f0b30bb12 100644 --- a/.github/workflows/manage-labels.yaml +++ b/.github/workflows/manage-labels.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Apply github labels from config - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: yaml-file: .github/labels.yaml skip-delete: true