Skip to content

Commit 058a634

Browse files
chore(deps): update nick-fields/assert-action action to v2
1 parent 6b91ca2 commit 058a634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-positive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
number: ${{ needs.setup.outputs.pr_number }}
7979

80-
- uses: nick-fields/assert-action@v1
80+
- uses: nick-fields/assert-action@v2
8181
with:
8282
comparison: "contains"
8383
expected: "${{ needs.setup.outputs.label }}"
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
number: ${{ needs.setup.outputs.pr_number }}
101101

102-
- uses: nick-fields/assert-action@v1
102+
- uses: nick-fields/assert-action@v2
103103
with:
104104
comparison: "notContains"
105105
expected: "${{ needs.setup.outputs.label }}"

0 commit comments

Comments
 (0)