From 011ce170048a402d2636a42b640c32f0f3a9f181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:56:26 +0000 Subject: [PATCH] chore(deps): update oliversalzburg/action-label-manager action to v1 --- .github/workflows/manage-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-labels.yml b/.github/workflows/manage-labels.yml index c6f0103..dd19197 100644 --- a/.github/workflows/manage-labels.yml +++ b/.github/workflows/manage-labels.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: oliversalzburg/action-label-manager@0c59a48ae34a7195755566681d7ae15bfd718caa # v0.0.15 + - uses: oliversalzburg/action-label-manager@4ce6144b41e6500c58dca9643c23c7586952223a # v1.0.0 with: force: true repo_token: ${{ secrets.GITHUB_TOKEN }}