From 4c2b9a8b8478ace0262b56f0089a6f15ee390674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:56:41 +0000 Subject: [PATCH] build(deps): bump machulav/ec2-github-runner from 2.4.1 to 2.4.3 Bumps [machulav/ec2-github-runner](https://github.com/machulav/ec2-github-runner) from 2.4.1 to 2.4.3. - [Release notes](https://github.com/machulav/ec2-github-runner/releases) - [Commits](https://github.com/machulav/ec2-github-runner/compare/fb91019e71385fb10dfcbec812b4de8c61589f7b...a6dbcefcf8a31a861f5e078bb153ed332130c512) --- 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] --- .github/workflows/e2e-nvidia-l4-x1.yml | 2 +- .github/workflows/e2e-nvidia-l40s-x4-release.yml | 2 +- .github/workflows/e2e-nvidia-l40s-x4.yml | 2 +- .github/workflows/functional-gpu-nvidia-t4-x1.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-nvidia-l4-x1.yml b/.github/workflows/e2e-nvidia-l4-x1.yml index 46eb984d..bcc7a1b6 100644 --- a/.github/workflows/e2e-nvidia-l4-x1.yml +++ b/.github/workflows/e2e-nvidia-l4-x1.yml @@ -212,7 +212,7 @@ jobs: aws-region: ${{ needs.start-medium-ec2-runner.outputs.ec2-instance-region }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1 + uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3 with: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/e2e-nvidia-l40s-x4-release.yml b/.github/workflows/e2e-nvidia-l40s-x4-release.yml index 723d773b..0714d69c 100644 --- a/.github/workflows/e2e-nvidia-l40s-x4-release.yml +++ b/.github/workflows/e2e-nvidia-l40s-x4-release.yml @@ -192,7 +192,7 @@ jobs: aws-region: ${{ needs.start-large-ec2-runner.outputs.ec2-instance-region }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1 + uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3 with: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/e2e-nvidia-l40s-x4.yml b/.github/workflows/e2e-nvidia-l40s-x4.yml index e92e29cb..c7cdd830 100644 --- a/.github/workflows/e2e-nvidia-l40s-x4.yml +++ b/.github/workflows/e2e-nvidia-l40s-x4.yml @@ -271,7 +271,7 @@ jobs: aws-region: ${{ needs.start-large-ec2-runner.outputs.ec2-instance-region }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1 + uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3 with: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/functional-gpu-nvidia-t4-x1.yml b/.github/workflows/functional-gpu-nvidia-t4-x1.yml index 919b64d2..58024ff5 100644 --- a/.github/workflows/functional-gpu-nvidia-t4-x1.yml +++ b/.github/workflows/functional-gpu-nvidia-t4-x1.yml @@ -172,7 +172,7 @@ jobs: aws-region: ${{ needs.start-small-ec2-runner.outputs.ec2-instance-region }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@fb91019e71385fb10dfcbec812b4de8c61589f7b # v2.4.1 + uses: machulav/ec2-github-runner@a6dbcefcf8a31a861f5e078bb153ed332130c512 # v2.4.3 with: mode: stop github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}