diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3e3e69..e419248 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Create Release id: release if: ${{ github.event_name != 'workflow_dispatch' }} - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 + uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 - if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }} uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: