From 40a8cb488180a68f1d27c811e1afb6d47c903930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 09:37:32 +0000 Subject: [PATCH] Bump actions/checkout action to v6 --- .github/workflows/sync-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 05569e48..2171b75c 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -13,7 +13,7 @@ jobs: name: Sync Labels runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: brpaz/action-label-syncer@0.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}