From 7bc27769ed1ff0a5139e88cdd30282d410d41543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:35:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/checks.yml | 6 +++--- .github/workflows/ci.yml | 2 +- .github/workflows/commit.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 481fa1e..044f331 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,7 +10,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: @@ -29,7 +29,7 @@ jobs: name: storybook steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: @@ -48,6 +48,6 @@ jobs: name: editorconfig steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check editorconfig uses: editorconfig-checker/action-editorconfig-checker@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcc878d..0daa527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 0f25d8f..f3a96b8 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -7,7 +7,7 @@ jobs: name: commitlint steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Run commitlint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1b004..7877d52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Publish package steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: