We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d0d39 commit 057d281Copy full SHA for 057d281
1 file changed
.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ jobs:
21
aws-region: ${{ secrets.AWS_REGION }}
22
- name: Start EC2 runner
23
id: start-ec2-runner
24
- uses: machulav/ec2-github-runner@v2
+ uses: machulav/ec2-github-runner@v2.4.2
25
with:
26
mode: start
27
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -101,7 +101,7 @@ jobs:
101
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
102
103
- name: Stop EC2 runner
104
105
106
mode: stop
107
0 commit comments