Skip to content

Commit

Permalink
upgrade starship-action to 0.5.5 with latest starship version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 24, 2024
1 parent c75b129 commit 5ed5c87
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 @@ -92,7 +92,7 @@ runs:

- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected].4
uses: cosmology-tech/[email protected].5
with:
config: ${{ env.CONFIG_FILE }}
chart: ./starship/charts/devnet
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 @@ -75,7 +75,7 @@ jobs:
- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected].4
uses: cosmology-tech/[email protected].5
with:
config: ${{ env.CONFIG_FILE }}
chart: ./starship/charts/devnet
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 @@ -54,7 +54,7 @@ jobs:
- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected].4
uses: cosmology-tech/[email protected].5
with:
config: ${{ env.CONFIG_FILE }}
chart: ./starship/charts/devnet
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected].4
uses: cosmology-tech/[email protected].5
with:
config: ${{ env.CONFIG_FILE }}
chart: ./starship/charts/devnet
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Setup Test infra
id: starship-action
uses: cosmology-tech/[email protected].4
uses: cosmology-tech/[email protected].5
with:
config: ${{ env.CONFIG_FILE }}
chart: ./starship/charts/devnet
Expand Down

0 comments on commit 5ed5c87

Please sign in to comment.