From ddbb5c3e2f55f03be569623c4ebd7af240467870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 00:20:40 +0000 Subject: [PATCH] fix(deps): bump EndBug/label-sync from 2.1.0 to 2.3.2 Bumps [EndBug/label-sync](https://github.com/EndBug/label-sync) from 2.1.0 to 2.3.2. - [Release notes](https://github.com/EndBug/label-sync/releases) - [Commits](https://github.com/EndBug/label-sync/compare/v2.1.0...v2.3.2) --- updated-dependencies: - dependency-name: EndBug/label-sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-labels.yml b/.github/workflows/pipeline-labels.yml index 845958c..0027584 100644 --- a/.github/workflows/pipeline-labels.yml +++ b/.github/workflows/pipeline-labels.yml @@ -6,7 +6,7 @@ jobs: labels: runs-on: ubuntu-latest steps: - - uses: EndBug/label-sync@v2.1.0 + - uses: EndBug/label-sync@v2.3.2 with: config-file: 'https://raw.githubusercontent.com/WebReadyProjects/github-template/main/.github/config/labels.yml' delete-other-labels: false