From 72152d810f26292fe789f4b15b144ea5efadc798 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:45:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout to v4.2.0 --- .github/workflows/action.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.release.yaml b/.github/workflows/action.release.yaml index f56d2e16..47cc887b 100644 --- a/.github/workflows/action.release.yaml +++ b/.github/workflows/action.release.yaml @@ -14,7 +14,7 @@ jobs: name: 'Craft the Changelog' steps: - name: 'Checkout source code' - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: "Generate CHANGELOG.md" @@ -34,7 +34,7 @@ jobs: needs: [ changelog ] steps: - name: 'Checkout source code' - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 - name: 'Download binary artifacts'