Skip to content

Commit 9759aa2

Browse files
dependabot[bot]willieyz
authored andcommitted
Bump machulav/ec2-github-runner from 2.4.2 to 2.4.3
Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/machulav/ec2-github-runner/releases) - [Commits](machulav/ec2-github-runner@5ae8cda...a6dbcef) --- updated-dependencies: - dependency-name: machulav/ec2-github-runner dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3f28d9 commit 9759aa2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/bench_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
aws-region: ${{ inputs.aws_region }}
113113
- name: Start EC2 runner
114114
id: start-ec2-runner
115-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
115+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
116116
with:
117117
mode: start
118118
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -224,7 +224,7 @@ jobs:
224224
role-to-assume: ${{ env.AWS_ROLE }}
225225
aws-region: ${{ inputs.aws_region }}
226226
- name: Stop EC2 runner
227-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
227+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
228228
with:
229229
mode: stop
230230
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}

.github/workflows/ci_ec2_reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Start EC2 runner
109109
id: start-ec2-runner-first
110110
continue-on-error: true
111-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
111+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
112112
with:
113113
mode: start
114114
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -125,7 +125,7 @@ jobs:
125125
- name: Start EC2 runner (retry)
126126
id: start-ec2-runner-second
127127
if: steps.start-ec2-runner-first.outcome == 'failure'
128-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
128+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
129129
with:
130130
mode: start
131131
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}
@@ -214,7 +214,7 @@ jobs:
214214
role-to-assume: ${{ env.AWS_ROLE }}
215215
aws-region: ${{ env.AWS_REGION }}
216216
- name: Stop EC2 runner
217-
uses: machulav/ec2-github-runner@5ae8cda66fc6f3bae4e633ad93e6e61a061376bb # v2.4.2
217+
uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3
218218
with:
219219
mode: stop
220220
github-token: ${{ secrets.AWS_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)