Skip to content

Commit 9089572

Browse files
authored
Merge pull request #577 from instructlab/dependabot/github_actions/machulav/ec2-github-runner-2.4.1
build(deps): Bump machulav/ec2-github-runner from 2.4.0 to 2.4.1
2 parents 0c738f3 + 55fb87d commit 9089572

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
aws-region: ${{ needs.start-large-ec2-runner.outputs.ec2-instance-region }}
126126

127127
- name: Stop EC2 runner
128-
uses: machulav/ec2-github-runner@8b37f736c69ba6af391e437447d3c07548478d78 # v2.4.0
128+
uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1
129129
with:
130130
mode: stop
131131
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

.github/workflows/smoke-py312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
aws-region: ${{ needs.start-large-ec2-runner.outputs.ec2-instance-region }}
144144

145145
- name: "Stop EC2 runner"
146-
uses: machulav/ec2-github-runner@8b37f736c69ba6af391e437447d3c07548478d78 # v2.4.0
146+
uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1
147147
with:
148148
mode: stop
149149
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

.github/workflows/smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
aws-region: ${{ needs.start-large-ec2-runner.outputs.ec2-instance-region }}
146146

147147
- name: "Stop EC2 runner"
148-
uses: machulav/ec2-github-runner@8b37f736c69ba6af391e437447d3c07548478d78 # v2.4.0
148+
uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1
149149
with:
150150
mode: stop
151151
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)