Skip to content

Commit aa4a2d6

Browse files
Update nick-fields/assert-action action to v2 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aefc177 commit aa4a2d6

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
@@ -42,12 +42,12 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: [test]
4444
steps:
45-
- uses: nick-fields/assert-action@v1
45+
- uses: nick-fields/assert-action@v2
4646
with:
4747
expected: 'cplive-plat-ue2-dev-eks-cluster'
4848
actual: "${{ needs.test.outputs.cluster }}"
4949

50-
- uses: nick-fields/assert-action@v1
50+
- uses: nick-fields/assert-action@v2
5151
with:
5252
expected: 'dev'
5353
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
@@ -42,12 +42,12 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: [test]
4444
steps:
45-
- uses: nick-fields/assert-action@v1
45+
- uses: nick-fields/assert-action@v2
4646
with:
4747
expected: 'cplive-plat-ue2-dev-eks-cluster'
4848
actual: "${{ needs.test.outputs.cluster }}"
4949

50-
- uses: nick-fields/assert-action@v1
50+
- uses: nick-fields/assert-action@v2
5151
with:
5252
expected: 'staging'
5353
actual: "${{ needs.test.outputs.namespace }}"

0 commit comments

Comments
 (0)