Skip to content

Commit

Permalink
Merge pull request #2103 from ministryofjustice/renovate/peter-evans-…
Browse files Browse the repository at this point in the history
…create-pull-request-7.x

Update peter-evans/create-pull-request action to v7
  • Loading branch information
froddd authored Sep 25, 2024
2 parents c82c54e + 77f9679 commit d48e768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-bank-holidays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl -o bank-holidays.json https://www.gov.uk/bank-holidays.json
mv bank-holidays.json ./server/data/bankHolidays/bank-holidays.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.generate-token.outputs.token }}
title: 'Bank holiday updates'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Generate Types
run: ./script/generate-types
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ steps.generate-token.outputs.token }}
title: 'API model updates'
Expand Down

0 comments on commit d48e768

Please sign in to comment.