From 243b8dc0f48f4c8102c6b4cbd8585636d52b88a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:41:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/release-please.yaml | 2 +- .github/workflows/update-readme.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 9395e7c..1afa408 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,7 +17,7 @@ jobs: id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index 1bd24b0..ca5934b 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLEASE_TOKEN }}