diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 80740779..8b4bf5bc 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.4 id: release with: release-type: go diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dda9df09..136db214 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.4 id: release with: token: "${{ secrets.PACKAGES_TOKEN }}"