From 7b33069bffc03d8134f4a52080268bf3ebcea941 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 15:08:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout to v4.1.6 --- .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 5801fdff..ccdb5357 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.5 + uses: actions/checkout@v4.1.6 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.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: 0 - name: 'Download binary artifacts'