Skip to content

Commit

Permalink
update starship-action to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 26, 2023
1 parent ba3668a commit d8fdcec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/starship-action@40850df7d3346bdeafc4bb95c0778bbef191e030
uses: cosmology-tech/starship-action@dda9039c44960084db5955b3ad4720b2255da430
with:
values: ${{ env.CONFIG_FILE }}
port-forward: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/starship-action@40850df7d3346bdeafc4bb95c0778bbef191e030
uses: cosmology-tech/starship-action@dda9039c44960084db5955b3ad4720b2255da430
with:
values: ${{ env.CONFIG_FILE }}
port-forward: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/starship-action@40850df7d3346bdeafc4bb95c0778bbef191e030
uses: cosmology-tech/starship-action@dda9039c44960084db5955b3ad4720b2255da430
with:
values: ${{ env.CONFIG_FILE }}
port-forward: true
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/starship-action@40850df7d3346bdeafc4bb95c0778bbef191e030
uses: cosmology-tech/starship-action@dda9039c44960084db5955b3ad4720b2255da430
with:
values: ${{ env.CONFIG_FILE }}
port-forward: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/starship-action@40850df7d3346bdeafc4bb95c0778bbef191e030
uses: cosmology-tech/starship-action@dda9039c44960084db5955b3ad4720b2255da430
with:
values: ${{ env.CONFIG_FILE }}
port-forward: true
Expand Down

0 comments on commit d8fdcec

Please sign in to comment.