Skip to content

Commit 395d3b2

Browse files
dependabot[bot]chrmarti
authored andcommitted
Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0
Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](LouisBrunner/checks-action@v1.1.1...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]>
1 parent d536279 commit 395d3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
# If prHeadSha is specified then explicity mark the checks for that SHA
232232
- name: Report check status
233233
if: ${{ inputs.prHeadSha }}
234-
uses: LouisBrunner/checks-action@v1.6.0
234+
uses: LouisBrunner/checks-action@v2.0.0
235235
with:
236236
token: ${{ secrets.GITHUB_TOKEN }}
237237
# the name must be identical to the one received by the real job

.github/workflows/pr-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# we won't receive a check-run status, and will have to send it "manually"
6161
- name: Bypass E2E check-runs status
6262
if: ${{ steps.check_command.outputs.command == 'test-force-approve' }}
63-
uses: LouisBrunner/checks-action@v1.1.1
63+
uses: LouisBrunner/checks-action@v2.0.0
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
# the name must be identical to the one received by the real job

0 commit comments

Comments
 (0)