From 97421f60c916c767d9f0a5b220d70062ef9409f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:29:57 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 (#6199) --- .github/workflows/data-update_ec2-instance-offerings.yml | 2 +- .github/workflows/data-update_ec2-instance-types.yml | 2 +- .github/workflows/data-update_ssm-default-amis.yml | 2 +- .github/workflows/data-update_ssm-default-parameters.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/data-update_ec2-instance-offerings.yml b/.github/workflows/data-update_ec2-instance-offerings.yml index e224dc739..dabecb4b9 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@v4 + uses: peter-evans/create-pull-request@v5 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 5d0a5d8e3..80a7adeb3 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@v4 + uses: peter-evans/create-pull-request@v5 with: branch: 'chore-update-ec2-types-${{ github.run_number }}' title: 'chore: update EC2 Instance Types' diff --git a/.github/workflows/data-update_ssm-default-amis.yml b/.github/workflows/data-update_ssm-default-amis.yml index e1f1cb5a4..14dab4a8f 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@v4 + uses: peter-evans/create-pull-request@v5 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 7b7f6ff75..3a7f19056 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@v4 + uses: peter-evans/create-pull-request@v5 with: branch: 'chore-update-ssm-params-${{ github.run_number }}' title: "chore: update SSM Instance parameters"