Skip to content

Commit 82e7503

Browse files
build(deps): bump machulav/ec2-github-runner from 2.3.7 to 2.3.8
Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.3.7 to 2.3.8. - [Release notes](https://github.com/machulav/ec2-github-runner/releases) - [Commits](machulav/ec2-github-runner@1827d6c...28fbe1c) --- updated-dependencies: - dependency-name: machulav/ec2-github-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce2cc24 commit 82e7503

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e-nvidia-l4-x1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Start EC2 runner
5353
id: start-ec2-runner
54-
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
54+
uses: machulav/ec2-github-runner@28fbe1c4d7d9ba74134ca5ebc559d5b0a989a856 # v2.3.8
5555
with:
5656
mode: start
5757
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -155,7 +155,7 @@ jobs:
155155
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
156156
aws-region: ${{ vars.AWS_REGION }}
157157
- name: Stop EC2 runner
158-
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
158+
uses: machulav/ec2-github-runner@28fbe1c4d7d9ba74134ca5ebc559d5b0a989a856 # v2.3.8
159159
with:
160160
mode: stop
161161
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Start EC2 runner
3333
id: start-ec2-runner
34-
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
34+
uses: machulav/ec2-github-runner@28fbe1c4d7d9ba74134ca5ebc559d5b0a989a856 # v2.3.8
3535
with:
3636
mode: start
3737
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -264,7 +264,7 @@ jobs:
264264
aws-region: ${{ vars.AWS_REGION }}
265265

266266
- name: Stop EC2 runner
267-
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
267+
uses: machulav/ec2-github-runner@28fbe1c4d7d9ba74134ca5ebc559d5b0a989a856 # v2.3.8
268268
with:
269269
mode: stop
270270
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)