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"