diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 7691720a..7e6bce87 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.7.0 id: release with: release-type: simple diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..b09a90c2 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.7.0 id: release with: token: "${{ secrets.ACTIONS_TOKEN }}"