From ccab85053633c4f28096eed9d2618988ff4f8a6f Mon Sep 17 00:00:00 2001 From: matttrach Date: Tue, 26 Aug 2025 15:51:57 -0500 Subject: [PATCH] fix: add checkout action before release please Signed-off-by: matttrach --- .github/workflows/release-candidate.yml | 3 +++ .github/workflows/release.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 2b46be6..9bb8927 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -15,6 +15,9 @@ jobs: pull-requests: write actions: read steps: + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout + with: + fetch-depth: 0 - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0 https://github.com/googleapis/release-please-action/commits/main/ name: release-please id: release-please diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5099dc7..17b6b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: pull-requests: write actions: read steps: + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout + with: + fetch-depth: 0 - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0 https://github.com/googleapis/release-please-action/commits/main/ name: release-please id: release-please