Skip to content

Commit

Permalink
Bump LouisBrunner/checks-action from 1.6.2 to 2.0.0 (#2056)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent 82c1adf commit 83b2348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
issue-number: ${{ steps.get-pr-number.outputs.pr-number }}
body-regex: '^!benchmark.*android.*$'

- uses: LouisBrunner/checks-action@v1.6.2
- uses: LouisBrunner/checks-action@v2.0.0
if: matrix.test.name != 'Android Benchmark' || steps.fc.outputs.comment-id
id: create_check
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
externalData: ${{ matrix.test.externalData }}
testSpecArn: ${{ matrix.test.testSpecArn }}

- uses: LouisBrunner/checks-action@v1.6.2
- uses: LouisBrunner/checks-action@v2.0.0
if: always() && (matrix.test.name != 'Android Benchmark' || steps.fc.outputs.comment-id)
with:
token: ${{ steps.generate_token.outputs.token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
app_id: ${{ secrets.MAPLIBRE_NATIVE_BOT_APP_ID }}
private_key: ${{ secrets.MAPLIBRE_NATIVE_BOT_PRIVATE_KEY }}

- uses: LouisBrunner/checks-action@v1.6.2
- uses: LouisBrunner/checks-action@v2.0.0
id: create_check
with:
token: ${{ steps.generate_token.outputs.token }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
AWS_DEVICE_FARM_PROJECT_ARN: ${{ vars.AWS_DEVICE_FARM_PROJECT_ARN }}
AWS_DEVICE_FARM_DEVICE_POOL_ARN: ${{ vars.AWS_DEVICE_FARM_IPHONE_DEVICE_POOL_ARN }}

- uses: LouisBrunner/checks-action@v1.6.2
- uses: LouisBrunner/checks-action@v2.0.0
if: always()
with:
token: ${{ steps.generate_token.outputs.token }}
Expand Down

0 comments on commit 83b2348

Please sign in to comment.