From 0ecc14fb8c776fb1df77b4825c45470ff719947c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 22:42:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08ee6ba..277da32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: # Format changelog, workaround for https://github.com/google-github-actions/release-please-action/issues/542 # Taken from https://github.com/remarkablemark/release-please-extra-files-demo/blob/master/.github/workflows/release-please.yml - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 if: ${{ steps.release.outputs.pr }} with: ref: ${{ fromJson(steps.release.outputs.pr).headBranchName }} @@ -52,7 +52,7 @@ jobs: needs: [release-pr] if: needs.release-pr.outputs.release_created steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: corepack enable - uses: actions/setup-node@v3 with: