diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 80740779..a5ca09f9 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.5.0 + - uses: GoogleCloudPlatform/release-please-action@v3.7.2 id: release with: release-type: go diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dda9df09..0b13773a 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.5.0 + - uses: GoogleCloudPlatform/release-please-action@v3.7.2 id: release with: token: "${{ secrets.PACKAGES_TOKEN }}"