diff --git a/.github/workflows/prod-docker.yml b/.github/workflows/prod-docker.yml index 222da9cb..ef0e0252 100644 --- a/.github/workflows/prod-docker.yml +++ b/.github/workflows/prod-docker.yml @@ -16,11 +16,7 @@ jobs: tag_name: ${{ steps.release.outputs.tag_name }} release_created: ${{ steps.release.outputs.release_created }} steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 100 - - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: token: ${{ secrets.GITHUB_TOKEN }}