From 520abbb103bac4a90be9f9c2a46a1a6086067de9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:39:07 +0000 Subject: [PATCH] chore: update actions/checkout action to v4.2.2 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/commitlint.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d83ebdb..aff0342 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: build_and_test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 - uses: ./.github/actions/setup-node @@ -53,7 +53,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index c5b246a..ae5cc09 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -10,7 +10,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0