From 7ae597612ea65bffb2c26ea4bbe952b60d7930ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:05:14 +0000 Subject: [PATCH] fix: update actions/checkout action to v4 --- .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 0567edc..5712756 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@v2 + - uses: actions/checkout@v4 with: lfs: true - continue-on-error: true diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 2e9eb17..a1ea5c2 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@v2 + - uses: actions/checkout@v4 - 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 30ff4e6..385acb7 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@v2 + - uses: actions/checkout@v4 - uses: jaid/action-sync-node-meta@v2.0.0 with: approve: false