Skip to content

Commit af5e38d

Browse files
chore(deps): update nick-fields/assert-action action to v2
1 parent 046f0b6 commit af5e38d

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
@@ -53,17 +53,17 @@ jobs:
5353
runs-on: ubuntu-latest
5454
needs: [test]
5555
steps:
56-
- uses: nick-fields/assert-action@v1
56+
- uses: nick-fields/assert-action@v2
5757
with:
5858
expected: 'failure'
5959
actual: "${{ needs.test.outputs.result }}"
6060

61-
- uses: nick-fields/assert-action@v1
61+
- uses: nick-fields/assert-action@v2
6262
with:
6363
expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}
6464
actual: "${{ needs.test.outputs.image }}"
6565

66-
- uses: nick-fields/assert-action@v1
66+
- uses: nick-fields/assert-action@v2
6767
with:
6868
expected: hfdahjkhgkhajdksah
6969
actual: ${{ needs.test.outputs.tag }}

.github/workflows/test-positive.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ jobs:
5353
runs-on: ubuntu-latest
5454
needs: [test]
5555
steps:
56-
- uses: nick-fields/assert-action@v1
56+
- uses: nick-fields/assert-action@v2
5757
with:
5858
expected: 'success'
5959
actual: "${{ needs.test.outputs.result }}"
6060

61-
- uses: nick-fields/assert-action@v1
61+
- uses: nick-fields/assert-action@v2
6262
with:
6363
expected: registry.hub.docker.com/${{ github.event.repository.owner.login }}/${{ github.event.repository.name }}
6464
actual: "${{ needs.test.outputs.image }}"
6565

66-
- uses: nick-fields/assert-action@v1
66+
- uses: nick-fields/assert-action@v2
6767
with:
6868
expected: ${{ needs.test.outputs.builded_tag }}
6969
actual: ${{ needs.test.outputs.tag }}

0 commit comments

Comments
 (0)