Skip to content

Commit

Permalink
Merge pull request #261 from canonical/renovate/peter-evans-create-pu…
Browse files Browse the repository at this point in the history
…ll-request-6.x

chore(deps): update peter-evans/create-pull-request action to v6
  • Loading branch information
spydon authored Apr 17, 2024
2 parents 73f1341 + 59209c3 commit a82bd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./.github/scripts/check-outdated-files.sh
- name: Create PR
if: github.event_name == 'push'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
add-paths: '**/*.mocks.dart'
title: 'chore: regenerate mocks'
Expand All @@ -56,7 +56,7 @@ jobs:
run: ./.github/scripts/check-outdated-files.sh
- name: Create PR
if: github.event_name == 'push'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
add-paths: '**/l10n/*.dart'
title: 'chore: regenerate l10n'
Expand Down

0 comments on commit a82bd32

Please sign in to comment.