Bump peter-evans/create-pull-request from 4 to 5 (#6199)
This commit is contained in:
parent
b9aec9af5a
commit
97421f60c9
@ -42,7 +42,7 @@ jobs:
|
|||||||
pip install boto3
|
pip install boto3
|
||||||
scripts/ec2_get_instance_type_offerings.py
|
scripts/ec2_get_instance_type_offerings.py
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
branch: 'chore-update-ec2-offerings-${{ github.run_number }}'
|
branch: 'chore-update-ec2-offerings-${{ github.run_number }}'
|
||||||
title: 'chore: update EC2 Instance Offerings'
|
title: 'chore: update EC2 Instance Offerings'
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
|||||||
pip install boto3
|
pip install boto3
|
||||||
scripts/get_instance_info.py
|
scripts/get_instance_info.py
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
branch: 'chore-update-ec2-types-${{ github.run_number }}'
|
branch: 'chore-update-ec2-types-${{ github.run_number }}'
|
||||||
title: 'chore: update EC2 Instance Types'
|
title: 'chore: update EC2 Instance Types'
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
|||||||
pip install moto[all]
|
pip install moto[all]
|
||||||
python scripts/ssm_get_default_amis.py
|
python scripts/ssm_get_default_amis.py
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
branch: 'chore-update-ssm-amis-${{ github.run_number }}'
|
branch: 'chore-update-ssm-amis-${{ github.run_number }}'
|
||||||
title: "chore: update SSM Instance AMI's"
|
title: "chore: update SSM Instance AMI's"
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
|||||||
pip install moto[all]
|
pip install moto[all]
|
||||||
python scripts/ssm_get_default_params.py
|
python scripts/ssm_get_default_params.py
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
branch: 'chore-update-ssm-params-${{ github.run_number }}'
|
branch: 'chore-update-ssm-params-${{ github.run_number }}'
|
||||||
title: "chore: update SSM Instance parameters"
|
title: "chore: update SSM Instance parameters"
|
||||||
|
Loading…
Reference in New Issue
Block a user