From f27cf58a719ba226445d76630481a054957483fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:40:54 +0000 Subject: [PATCH] Bump wd60622/closing-labels from 0.0.4 to 0.0.6 Bumps [wd60622/closing-labels](https://github.com/wd60622/closing-labels) from 0.0.4 to 0.0.6. - [Release notes](https://github.com/wd60622/closing-labels/releases) - [Commits](https://github.com/wd60622/closing-labels/compare/v0.0.4...v0.0.6) --- updated-dependencies: - dependency-name: wd60622/closing-labels dependency-version: 0.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/label_sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_sync.yaml b/.github/workflows/label_sync.yaml index 6369fda..c0101bc 100644 --- a/.github/workflows/label_sync.yaml +++ b/.github/workflows/label_sync.yaml @@ -12,6 +12,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Sync labels with closing issues - uses: wd60622/closing-labels@v0.0.4 + uses: wd60622/closing-labels@v0.0.6 env: GH_TOKEN: ${{ github.token }}