Skip to content

Commit c2951e2

Browse files
Update nick-fields/assert-action action to v3
1 parent 69fd04e commit c2951e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-negative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: [test]
6161
steps:
62-
- uses: nick-fields/assert-action@v2
62+
- uses: nick-fields/assert-action@v3
6363
with:
6464
expected: 'failure'
6565
actual: "${{ needs.test.outputs.result }}"

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
needs: [test]
6161
steps:
62-
- uses: nick-fields/assert-action@v2
62+
- uses: nick-fields/assert-action@v3
6363
with:
6464
expected: 'success'
6565
actual: "${{ needs.test.outputs.result }}"

0 commit comments

Comments
 (0)