From e686b3e37dd422a66deae91f97d9af7ea6036322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:56:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout to v4.2.2 --- .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 2ab65808..feb6b853 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.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: "Generate CHANGELOG.md" @@ -34,7 +34,7 @@ jobs: needs: [ changelog ] steps: - name: 'Checkout source code' - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: 'Download binary artifacts'