From 00cc4067f1ed52748fa561488baa80f2b862b822 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 03:50:52 +0000 Subject: [PATCH 1/2] 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 a01b6bf..8783318 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@v4 with: lfs: true - continue-on-error: true diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 18db961..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@v3 + - 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 eeae2b0..6972155 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@v4 - uses: jaid/action-sync-node-meta@v2.0.0 with: approve: false From b6e8de0c70891cb918480ea973d09b2c4bd5f5dd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 9 Jan 2024 03:55:35 +0000 Subject: [PATCH 2/2] chore: update config files --- .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 8783318..a01b6bf 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@v4 + - uses: actions/checkout@v3 with: lfs: true - continue-on-error: true diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index a1ea5c2..18db961 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@v4 + - uses: actions/checkout@v3 - 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 6972155..eeae2b0 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@v4 + - uses: actions/checkout@v3 - uses: jaid/action-sync-node-meta@v2.0.0 with: approve: false