diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a497fb5d..a7cc04bf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -19,5 +19,5 @@ jobs: - run: flutter test --update-goldens - uses: peter-evans/create-pull-request@v4 with: - title: 'Update golden images' + title: 'chore: update golden images' commit-message: 'Update golden images' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 913f00af..0881b61e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,8 +13,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v4 with: release-type: dart - changelog-notes-type: github - pull-request-title-pattern: 'chore: release v${version}'