Skip to content

Commit 0f3bc6c

Browse files
Bump omsf-eco-infra/gha-runner from 0.3.0 to 0.4.0
Bumps [omsf-eco-infra/gha-runner](https://github.com/omsf-eco-infra/gha-runner) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/omsf-eco-infra/gha-runner/releases) - [Commits](omsf/gha-runner@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: omsf-eco-infra/gha-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7a97b4 commit 0f3bc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
aws-region: us-east-1
2626
- name: Create cloud runner
2727
id: aws-start
28-
uses: omsf-eco-infra/gha-runner@v0.3.0
28+
uses: omsf-eco-infra/gha-runner@v0.4.0
2929
with:
3030
provider: "aws"
3131
action: "start"
@@ -78,7 +78,7 @@ jobs:
7878
role-to-assume: arn:aws:iam::649715411074:role/gh-actions-runner-role
7979
aws-region: us-east-1
8080
- name: Stop instances
81-
uses: omsf-eco-infra/gha-runner@v0.3.0
81+
uses: omsf-eco-infra/gha-runner@v0.4.0
8282
with:
8383
provider: "aws"
8484
action: "stop"

0 commit comments

Comments
 (0)