diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 7691720a..38a88b67 100644 --- a/.github/workflows/release-please-branches.yml +++ b/.github/workflows/release-please-branches.yml @@ -14,7 +14,7 @@ jobs: run: echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}" id: extract_branch - - uses: GoogleCloudPlatform/release-please-action@v3.2.9 + - uses: GoogleCloudPlatform/release-please-action@v3.4.0 id: release with: release-type: simple diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..1fcbd7a7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -8,7 +8,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v3.2.9 + - uses: GoogleCloudPlatform/release-please-action@v3.4.0 id: release with: token: "${{ secrets.ACTIONS_TOKEN }}"