From df57ee42c4c64ac9aeadbf0cf4f9d2897461e85a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:15:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.1 --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a5f1a1f..22ed7d1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: fetch-depth: 1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c094a12..1460209 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: fetch-depth: 1