From e32dd9acc85bb0a319632c45c366697bf9e59ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:13:18 -0100 Subject: [PATCH] Bump peter-evans/create-pull-request from 5 to 6 (#7312) --- .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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/data-update_config-managed-rules.yml b/.github/workflows/data-update_config-managed-rules.yml index 863a7824f..fd27f0e54 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@v5 + uses: peter-evans/create-pull-request@v6 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 9c3ab832c..533b23508 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@v5 + uses: peter-evans/create-pull-request@v6 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 80e46d113..251990b22 100644 --- a/.github/workflows/data-update_ec2-instance-types.yml +++ b/.github/workflows/data-update_ec2-instance-types.yml @@ -41,7 +41,7 @@ jobs: pip install boto3 scripts/get_instance_info.py - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 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 5bbed3704..f5aaa97d4 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@v5 + uses: peter-evans/create-pull-request@v6 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 e266e96b7..7c04a7422 100644 --- a/.github/workflows/data-update_ssm-default-amis.yml +++ b/.github/workflows/data-update_ssm-default-amis.yml @@ -42,7 +42,7 @@ jobs: pip install moto[all] python scripts/ssm_get_default_amis.py - name: Create PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 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 fdf9749e5..ecf8a7ceb 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@v5 + uses: peter-evans/create-pull-request@v6 with: branch: 'chore-update-ssm-params-${{ github.run_number }}' title: "chore: update SSM Instance parameters"