Skip to content

Commit

Permalink
Update nick-fields/assert-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent e785663 commit 63d8402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
number: ${{ needs.setup.outputs.pr_number }}

- uses: nick-fields/assert-action@v1
- uses: nick-fields/assert-action@v2
with:
comparison: "contains"
expected: "${{ needs.setup.outputs.label }}"
Expand All @@ -99,7 +99,7 @@ jobs:
with:
number: ${{ needs.setup.outputs.pr_number }}

- uses: nick-fields/assert-action@v1
- uses: nick-fields/assert-action@v2
with:
comparison: "notContains"
expected: "${{ needs.setup.outputs.label }}"
Expand Down

0 comments on commit 63d8402

Please sign in to comment.