From 2db5ffd3e21e1090a22258c0a27d293fcc1aba55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:10:23 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/plan-release.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 845ac56d..1e069085 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -22,7 +22,7 @@ jobs: command: ${{ steps.check-release.outputs.command }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 2 ref: 'main' @@ -45,7 +45,7 @@ jobs: if: ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.is-this-a-release.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # We need to download lots of history so that # github-changelog can discover what's changed since the last release with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b02a858..0d405189 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: attestations: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: