diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3c06cf9..571d69b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: release-type: go token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ steps.release_please.outputs.release_created }} with: fetch-depth: 0