From 69c7a130cc37269089489ebc757742bc70814d52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:28:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/commitlint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 7d47f8a4b..0d0e80fc6 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,7 +5,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6572400df..5112d919f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources 🔰 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js 18 👷🏻 uses: actions/setup-node@v3