From 23f6af54d27e83f76077b89ef67fcac46b1935c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:19:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout to v4.1.7 --- .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 ccdb5357..43b53f82 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.6 + uses: actions/checkout@v4.1.7 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.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 - name: 'Download binary artifacts'