Skip to content

Commit db5c046

Browse files
authored
[0.8] pin machulav/ec2-github-runner version - bm flow (#899)
backport #897 to 0.8
1 parent e9f35b1 commit db5c046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
aws-region: ${{ secrets.AWS_REGION }}
4949
- name: Start EC2 runner
5050
id: start-ec2-runner
51-
uses: machulav/ec2-github-runner@v2
51+
uses: machulav/ec2-github-runner@v2.4.2
5252
with:
5353
mode: start
5454
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -128,7 +128,7 @@ jobs:
128128
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
129129
aws-region: ${{ secrets.AWS_REGION }}
130130
- name: Stop EC2 runner
131-
uses: machulav/ec2-github-runner@v2
131+
uses: machulav/ec2-github-runner@v2.4.2
132132
with:
133133
mode: stop
134134
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)