Skip to content

Commit

Permalink
chore: bump starship-action to latest 0.2.18 tag (#288)
Browse files Browse the repository at this point in the history
* bump starship-action to latest 0.2.17 tag

* update starship-action to 0.2.18

* add commit tag to starship action
  • Loading branch information
Anmol1696 authored Oct 18, 2023
1 parent dd2fd7d commit 7ba7474
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@18673a27a59847c27659c8e7c8efa1766fe21a50
uses: cosmology-tech/starship-action@3212f0489677d5c7e7b3ee8cd461faf63785b35d
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@18673a27a59847c27659c8e7c8efa1766fe21a50
uses: cosmology-tech/starship-action@3212f0489677d5c7e7b3ee8cd461faf63785b35d
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@18673a27a59847c27659c8e7c8efa1766fe21a50
uses: cosmology-tech/starship-action@3212f0489677d5c7e7b3ee8cd461faf63785b35d
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@18673a27a59847c27659c8e7c8efa1766fe21a50
uses: cosmology-tech/starship-action@3212f0489677d5c7e7b3ee8cd461faf63785b35d
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@18673a27a59847c27659c8e7c8efa1766fe21a50
uses: cosmology-tech/starship-action@3212f0489677d5c7e7b3ee8cd461faf63785b35d
with:
values: ${{ env.CONFIG_FILE }}
port-forward: true
Expand Down

0 comments on commit 7ba7474

Please sign in to comment.