From 316f975db7dd50cfb2dc938e0c5fa0f58adf4461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:22:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/autofix-ci.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix-ci.yml b/.github/workflows/autofix-ci.yml index e160701..9830f61 100644 --- a/.github/workflows/autofix-ci.yml +++ b/.github/workflows/autofix-ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PNPM run: corepack enable diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 726c9b8..1dce698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PNPM run: corepack enable