From ecf05bb53a6dba094a42c0906bf3d91d18cce601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 07:17:51 +0000 Subject: [PATCH] gha(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/sync-labels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 0ff792a..4306496 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -54,7 +54,7 @@ jobs: - name: Sync (push) if: github.event_name == 'push' - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: yaml-file: '.github/labels.yml' dry-run: false # false = apply changes @@ -62,7 +62,7 @@ jobs: - name: Sync (PR test) if: github.event_name == 'pull_request' - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: yaml-file: '.github/labels.yml' dry-run: true # true = only test @@ -70,7 +70,7 @@ jobs: - name: Sync (manual) if: github.event_name == 'workflow_dispatch' && github.event.inputs.dry-run == 'false' - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: yaml-file: '.github/labels.yml' dry-run: false # false = apply changes @@ -78,7 +78,7 @@ jobs: - name: Sync (manual test) if: github.event_name == 'workflow_dispatch' && github.event.inputs.dry-run != 'false' - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: yaml-file: '.github/labels.yml' dry-run: true # true = only test