Skip to content

Commit

Permalink
Bump LouisBrunner/checks-action from 1.6.2 to 2.0.0 (#2759)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent dcb1b71 commit 43034f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
runs-on: ${{ inputs.os }}

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

0 comments on commit 43034f4

Please sign in to comment.