From 4eb8c7ed6434680b9fa9e5a070dd851af4088722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:59:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.1.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3e3e69..e31f837 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: if: ${{ github.event_name != 'workflow_dispatch' }} uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 - if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }} - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 with: persist-credentials: false - if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }}