diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b15aac..9529207 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} steps: - uses: actions/checkout@v4 - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: token: ${{ secrets.DEVOPS_TOKEN }}