Skip to content

Commit 52567c1

Browse files
build(deps): bump machulav/ec2-github-runner from 2.3.6 to 2.3.7
Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/machulav/ec2-github-runner/releases) - [Commits](machulav/ec2-github-runner@fcfb31a...1827d6c) --- 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 7e4fc36 commit 52567c1

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Start EC2 runner
5252
id: start-ec2-runner
53-
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
53+
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
5454
with:
5555
mode: start
5656
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152152
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
153153
aws-region: ${{ secrets.AWS_REGION }}
154154
- name: Stop EC2 runner
155-
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
155+
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
156156
with:
157157
mode: stop
158158
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
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Start EC2 runner
3030
id: start-ec2-runner
31-
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
31+
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
3232
with:
3333
mode: start
3434
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
@@ -229,7 +229,7 @@ jobs:
229229
aws-region: ${{ secrets.AWS_REGION }}
230230

231231
- name: Stop EC2 runner
232-
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
232+
uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 # v2.3.7
233233
with:
234234
mode: stop
235235
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)