Skip to content

Commit

Permalink
Merge pull request #211 from sustainable-computing-io/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/sustainable-computing-io/aws_ec2_self_hosted_runner-3

Bump sustainable-computing-io/aws_ec2_self_hosted_runner from 1 to 3
  • Loading branch information
SamYuan1990 authored Dec 22, 2023
2 parents 4a51362 + d8ef992 commit 1a5999c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/train-model-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Create Runner
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v1
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v3
id: create-runner
with:
action: "create"
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
- name: unregister runner
id: unregister
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v1
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v3
with:
action: "unregister"
runner_name: ${{ needs.setup-runner.outputs.runner_name }}
Expand All @@ -194,7 +194,7 @@ jobs:

- name: terminate instance
id: terminate
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v1
uses: sustainable-computing-io/aws_ec2_self_hosted_runner@v3
with:
action: "terminate"
aws_access_key_id: ${{ secrets.aws_access_key_id }}
Expand Down

0 comments on commit 1a5999c

Please sign in to comment.