From 213937ae9a9d72db92c9cd45a27233f787cbbef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:08:02 +0000 Subject: [PATCH] fix: update actions/checkout action to v6 --- .github/workflows/deprecated-dependencies.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- .github/workflows/sync-metadata.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deprecated-dependencies.yml b/.github/workflows/deprecated-dependencies.yml index a01b6bf..6337166 100644 --- a/.github/workflows/deprecated-dependencies.yml +++ b/.github/workflows/deprecated-dependencies.yml @@ -2,7 +2,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: lfs: true - continue-on-error: true diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 18db961..1ba1621 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -2,7 +2,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} uses: micnncim/action-label-syncer@v1 diff --git a/.github/workflows/sync-metadata.yml b/.github/workflows/sync-metadata.yml index eeae2b0..548f75f 100644 --- a/.github/workflows/sync-metadata.yml +++ b/.github/workflows/sync-metadata.yml @@ -2,7 +2,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: jaid/action-sync-node-meta@v2.0.0 with: approve: false