Skip to content

Commit 6588d13

Browse files
chore(deps): update nick-fields/assert-action action to v2
1 parent e4760a0 commit 6588d13

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
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
needs: [test, set_status]
7878
steps:
79-
- uses: nick-fields/assert-action@v1
79+
- uses: nick-fields/assert-action@v2
8080
with:
8181
expected: "success"
8282
actual: "${{ needs.test.outputs.status }}"

.github/workflows/test-negative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
needs: [test]
5858
steps:
59-
- uses: nick-fields/assert-action@v1
59+
- uses: nick-fields/assert-action@v2
6060
with:
6161
expected: "failure"
6262
actual: "${{ needs.test.outputs.status }}"

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
needs: [test, set_status]
7777
steps:
78-
- uses: nick-fields/assert-action@v1
78+
- uses: nick-fields/assert-action@v2
7979
with:
8080
expected: "success"
8181
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
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
needs: [test, set_status]
7777
steps:
78-
- uses: nick-fields/assert-action@v1
78+
- uses: nick-fields/assert-action@v2
7979
with:
8080
expected: "failure"
8181
actual: "${{ needs.test.outputs.status }}"

0 commit comments

Comments
 (0)