Skip to content

Commit 4d82eff

Browse files
Bump LouisBrunner/checks-action from 1.6.2 to 2.0.0 (#2757)
Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 1.6.2 to 2.0.0. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](LouisBrunner/checks-action@v1.6.2...v2.0.0) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3fc612 commit 4d82eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-integration-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ inputs.os }}
3333

3434
steps:
35-
- uses: LouisBrunner/checks-action@v1.6.2
35+
- uses: LouisBrunner/checks-action@v2.0.0
3636
if: always()
3737
id: check
3838
with:
@@ -301,7 +301,7 @@ jobs:
301301
grep -q -E "HTTP/[[:digit:]\.]{1,3} 404" headers.txt && echo $(echo "$output" | jq '.messages | join(", ")') && exit 2
302302
grep -q -E "HTTP/[[:digit:]\.]{1,3} 202" headers.txt && break
303303
done
304-
- uses: LouisBrunner/checks-action@v1.6.2
304+
- uses: LouisBrunner/checks-action@v2.0.0
305305
if: always()
306306
with:
307307
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)