Skip to content

Commit 2e5c41e

Browse files
chore(deps): update nick-fields/assert-action action to v2
1 parent f46aa0d commit 2e5c41e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-increased-wait-time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
needs: [test, set_status]
7070
steps:
71-
- uses: nick-fields/assert-action@v1
71+
- uses: nick-fields/assert-action@v2
7272
with:
7373
expected: "success"
7474
actual: "${{ needs.test.outputs.status }}"

.github/workflows/test-negative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: [test]
5050
steps:
51-
- uses: nick-fields/assert-action@v1
51+
- uses: nick-fields/assert-action@v2
5252
with:
5353
expected: "failure"
5454
actual: "${{ needs.test.outputs.status }}"

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
needs: [test, set_status]
6969
steps:
70-
- uses: nick-fields/assert-action@v1
70+
- uses: nick-fields/assert-action@v2
7171
with:
7272
expected: "success"
7373
actual: "${{ needs.test.outputs.status }}"

.github/workflows/test-wrong-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
needs: [test, set_status]
6969
steps:
70-
- uses: nick-fields/assert-action@v1
70+
- uses: nick-fields/assert-action@v2
7171
with:
7272
expected: "failure"
7373
actual: "${{ needs.test.outputs.status }}"

0 commit comments

Comments
 (0)