Skip to content

Commit

Permalink
Bump LouisBrunner/checks-action from 1.6.0 to 1.6.2 (#2628)
Browse files Browse the repository at this point in the history
Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 1.6.0 to 1.6.2.
- [Release notes](https://github.com/louisbrunner/checks-action/releases)
- [Commits](LouisBrunner/checks-action@v1.6.0...v1.6.2)

---
updated-dependencies:
- dependency-name: LouisBrunner/checks-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Nov 6, 2023
1 parent ccb5c4d commit c62f981
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
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ inputs.os }}

steps:
- uses: LouisBrunner/checks-action@v1.6.0
- uses: LouisBrunner/checks-action@v1.6.2
if: always()
id: check
with:
Expand Down Expand Up @@ -306,7 +306,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.0
- uses: LouisBrunner/checks-action@v1.6.2
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c62f981

Please sign in to comment.