diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 553bb5b..cec1443 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -11,7 +11,7 @@ jobs: shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 with: token: ${{ secrets.PAT }} pull-request-title-pattern: "chore: release ${version}"