Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 255d2b8 commit ab17581
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data-update_config-managed-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd scripts
./pull_down_aws_managed_rules.py
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-config-managed-rules-${{ github.run_number }}'
title: 'chore: update Config Managed Rules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-update_ec2-instance-offerings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install boto3
scripts/ec2_get_instance_type_offerings.py
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-ec2-offerings-${{ github.run_number }}'
title: 'chore: update EC2 Instance Offerings'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-update_ec2-instance-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install boto3
scripts/get_instance_info.py
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-ec2-types-${{ github.run_number }}'
title: 'chore: update EC2 Instance Types'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-update_iam-managed-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install -r requirements-dev.txt
make aws_managed_policies
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-iam-managed-policies-${{ github.run_number }}'
title: 'chore: update IAM Managed Policies'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-update_ssm-default-amis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install moto[all]
python scripts/ssm_get_default_amis.py
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-ssm-amis-${{ github.run_number }}'
title: "chore: update SSM Instance AMI's"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-update_ssm-default-parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install moto[all]
python scripts/ssm_get_default_params.py
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-ssm-params-${{ github.run_number }}'
title: "chore: update SSM Instance parameters"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-update_ssm-optimized-amis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install moto[all]
python scripts/ssm_get_optimized_amis.py
- name: Create PR
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
branch: 'chore-update-ssm-amis-${{ github.run_number }}'
title: "chore: update SSM Instance AMI's"
Expand Down

0 comments on commit ab17581

Please sign in to comment.