Skip to content

Commit 731753d

Browse files
chore(deps): update nick-fields/assert-action action to v2
1 parent 186d2e4 commit 731753d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test-negative.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ jobs:
6161
runs-on: ubuntu-latest
6262
needs: [test]
6363
steps:
64-
- uses: nick-fields/assert-action@v1
64+
- uses: nick-fields/assert-action@v2
6565
with:
6666
expected: 'failure'
6767
actual: "${{ needs.test.outputs.result }}"
6868

69-
- uses: nick-fields/assert-action@v1
69+
- uses: nick-fields/assert-action@v2
7070
with:
7171
expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}
7272
actual: "${{ needs.test.outputs.image }}"
7373

74-
- uses: nick-fields/assert-action@v1
74+
- uses: nick-fields/assert-action@v2
7575
with:
7676
expected: hfdahjkhgkhajdksah
7777
actual: ${{ needs.test.outputs.tag }}

.github/workflows/test-positive.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ jobs:
6161
runs-on: ubuntu-latest
6262
needs: [test]
6363
steps:
64-
- uses: nick-fields/assert-action@v1
64+
- uses: nick-fields/assert-action@v2
6565
with:
6666
expected: 'success'
6767
actual: "${{ needs.test.outputs.result }}"
6868

69-
- uses: nick-fields/assert-action@v1
69+
- uses: nick-fields/assert-action@v2
7070
with:
7171
expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}
7272
actual: "${{ needs.test.outputs.image }}"
7373

74-
- uses: nick-fields/assert-action@v1
74+
- uses: nick-fields/assert-action@v2
7575
with:
7676
expected: ${{ needs.test.outputs.builded_tag }}
7777
actual: ${{ needs.test.outputs.tag }}

0 commit comments

Comments
 (0)