From a0d7eb125a1430c997d4ed2720b1a06810792c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:42:28 +0000 Subject: [PATCH] Bump EndBug/label-sync from 2.3.2 to 2.3.3 Bumps [EndBug/label-sync](https://github.com/endbug/label-sync) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/endbug/label-sync/releases) - [Commits](https://github.com/endbug/label-sync/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: EndBug/label-sync dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 15c69d87..99ec6066 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -26,14 +26,14 @@ jobs: with: files: ${{ env.LOCAL }} - name: Global Only - uses: EndBug/label-sync@v2.3.2 + uses: EndBug/label-sync@v2.3.3 if: steps.has_local.outputs.files_exists == 'false' with: config-file: ${{ env.GLOBAL }} delete-other-labels: true dry-run: ${{ github.event.inputs.dryrun }} - name: Global & Local - uses: EndBug/label-sync@v2.3.2 + uses: EndBug/label-sync@v2.3.3 if: steps.has_local.outputs.files_exists == 'true' with: config-file: |