From ff34cc6b76e1bfbfe15663ec0daf3e2404507e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:41:58 -0500 Subject: [PATCH] chore(deps): bump srealmoreno/label-sync-action from 1 to 2 (#115) Bumps [srealmoreno/label-sync-action](https://github.com/srealmoreno/label-sync-action) from 1 to 2. - [Release notes](https://github.com/srealmoreno/label-sync-action/releases) - [Commits](https://github.com/srealmoreno/label-sync-action/compare/v1...v2) --- updated-dependencies: - dependency-name: srealmoreno/label-sync-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sync_labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_labels.yaml b/.github/workflows/sync_labels.yaml index 030876e..ea1c179 100644 --- a/.github/workflows/sync_labels.yaml +++ b/.github/workflows/sync_labels.yaml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@v4 - name: 🚀 Run Label Sync - uses: srealmoreno/label-sync-action@v1 + uses: srealmoreno/label-sync-action@v2 with: config-file: https://raw.githubusercontent.com/VeryGoodOpenSource/.github/main/.github/labels.yml