From ec4fadb7bc7d1103bfce1377a7ca503495c5764c Mon Sep 17 00:00:00 2001 From: Conda Bot Date: Mon, 19 Feb 2024 13:52:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20conda/?= =?UTF-8?q?infrastructure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 15c69d879..99ec60667 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: |