From ab175810ca2d1235357225e716965459ebac23d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:16:13 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 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](https://github.com/peter-evans/create-pull-request/compare/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] --- .github/workflows/data-update_config-managed-rules.yml | 2 +- .github/workflows/data-update_ec2-instance-offerings.yml | 2 +- .github/workflows/data-update_ec2-instance-types.yml | 2 +- .github/workflows/data-update_iam-managed-policies.yml | 2 +- .github/workflows/data-update_ssm-default-amis.yml | 2 +- .github/workflows/data-update_ssm-default-parameters.yml | 2 +- .github/workflows/data-update_ssm-optimized-amis.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/data-update_config-managed-rules.yml b/.github/workflows/data-update_config-managed-rules.yml index fd27f0e545d3..16504d8e19bc 100644 --- a/.github/workflows/data-update_config-managed-rules.yml +++ b/.github/workflows/data-update_config-managed-rules.yml @@ -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' diff --git a/.github/workflows/data-update_ec2-instance-offerings.yml b/.github/workflows/data-update_ec2-instance-offerings.yml index 2cdca875f45e..8655b62086cf 100644 --- a/.github/workflows/data-update_ec2-instance-offerings.yml +++ b/.github/workflows/data-update_ec2-instance-offerings.yml @@ -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' diff --git a/.github/workflows/data-update_ec2-instance-types.yml b/.github/workflows/data-update_ec2-instance-types.yml index de1c06481e9e..64c3b9d37dbc 100644 --- a/.github/workflows/data-update_ec2-instance-types.yml +++ b/.github/workflows/data-update_ec2-instance-types.yml @@ -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' diff --git a/.github/workflows/data-update_iam-managed-policies.yml b/.github/workflows/data-update_iam-managed-policies.yml index 87b78764fef7..fcfd65ed8e3d 100644 --- a/.github/workflows/data-update_iam-managed-policies.yml +++ b/.github/workflows/data-update_iam-managed-policies.yml @@ -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' diff --git a/.github/workflows/data-update_ssm-default-amis.yml b/.github/workflows/data-update_ssm-default-amis.yml index 30ed7193cb88..f22b3846714a 100644 --- a/.github/workflows/data-update_ssm-default-amis.yml +++ b/.github/workflows/data-update_ssm-default-amis.yml @@ -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" diff --git a/.github/workflows/data-update_ssm-default-parameters.yml b/.github/workflows/data-update_ssm-default-parameters.yml index 8bf4f6f4237b..1a1d398d6629 100644 --- a/.github/workflows/data-update_ssm-default-parameters.yml +++ b/.github/workflows/data-update_ssm-default-parameters.yml @@ -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" diff --git a/.github/workflows/data-update_ssm-optimized-amis.yml b/.github/workflows/data-update_ssm-optimized-amis.yml index d15d3d168f20..96a9600e705e 100644 --- a/.github/workflows/data-update_ssm-optimized-amis.yml +++ b/.github/workflows/data-update_ssm-optimized-amis.yml @@ -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"