diff --git a/.github/workflows/modules-release-please.yaml b/.github/workflows/modules-release-please.yaml index 381dccca75..68a68c1736 100644 --- a/.github/workflows/modules-release-please.yaml +++ b/.github/workflows/modules-release-please.yaml @@ -16,7 +16,7 @@ jobs: outputs: releases_created: ${{ steps.release-please.outputs.releases_created }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release-please with: release-type: simple diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b49772c230..9574479df2 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -12,7 +12,7 @@ jobs: outputs: releases_created: ${{ steps.release-please.outputs.releases_created }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release-please with: release-type: simple