Skip to content

Commit 4766442

Browse files
Update nick-fields/assert-action action to v3
1 parent b91f5bb commit 4766442

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-dev-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
runs-on: ubuntu-latest
5151
needs: [test]
5252
steps:
53-
- uses: nick-fields/assert-action@v2
53+
- uses: nick-fields/assert-action@v3
5454
with:
5555
expected: 'cplive-plat-ue2-dev-eks-cluster'
5656
actual: "${{ needs.test.outputs.cluster }}"
5757

58-
- uses: nick-fields/assert-action@v2
58+
- uses: nick-fields/assert-action@v3
5959
with:
6060
expected: 'dev'
6161
actual: "${{ needs.test.outputs.namespace }}"

.github/workflows/test-staging-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
runs-on: ubuntu-latest
5151
needs: [test]
5252
steps:
53-
- uses: nick-fields/assert-action@v2
53+
- uses: nick-fields/assert-action@v3
5454
with:
5555
expected: 'cplive-plat-ue2-dev-eks-cluster'
5656
actual: "${{ needs.test.outputs.cluster }}"
5757

58-
- uses: nick-fields/assert-action@v2
58+
- uses: nick-fields/assert-action@v3
5959
with:
6060
expected: 'staging'
6161
actual: "${{ needs.test.outputs.namespace }}"

0 commit comments

Comments
 (0)