Skip to content

Commit

Permalink
build(deps): bump check-run-reporter/action from 2.7.1 to 2.13.0
Browse files Browse the repository at this point in the history
Bumps [check-run-reporter/action](https://github.com/check-run-reporter/action) from 2.7.1 to 2.13.0.
- [Release notes](https://github.com/check-run-reporter/action/releases)
- [Commits](check-run-reporter/action@v2.7.1...v2.13.0)

---
updated-dependencies:
- dependency-name: check-run-reporter/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 30581c2 commit 9895c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
env:
ESLINT_FORMAT_OPTIONS: '--format json-with-metadata --output-file reports/style/eslint.json'
TSC_OPTIONS: '| tee reports/style/tsc.log'
- uses: check-run-reporter/action@v2.7.1
- uses: check-run-reporter/action@v2.13.0
if: ${{ always() }}
with:
token: '62f20048-075b-4fef-b858-e16790015077'
label: ESLint
report: 'reports/style/eslint.json'
- uses: check-run-reporter/action@v2.7.1
- uses: check-run-reporter/action@v2.13.0
if: ${{ always() }}
with:
token: '62f20048-075b-4fef-b858-e16790015077'
Expand All @@ -102,7 +102,7 @@ jobs:
${{ runner.os }}-
- run: npm ci
- run: npm test
- uses: check-run-reporter/action@v2.7.1
- uses: check-run-reporter/action@v2.13.0
if: ${{ always() }}
with:
token: '62f20048-075b-4fef-b858-e16790015077'
Expand Down

0 comments on commit 9895c99

Please sign in to comment.