From fbaf967c37c99924ebb4bd7449aad71e88386908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:04:23 +0000 Subject: [PATCH] chore(deps): bump gozala/typescript-error-reporter-action Bumps [gozala/typescript-error-reporter-action](https://github.com/gozala/typescript-error-reporter-action) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/gozala/typescript-error-reporter-action/releases) - [Commits](https://github.com/gozala/typescript-error-reporter-action/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: gozala/typescript-error-reporter-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/typecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 97f4ca07f..4e01dee12 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -28,7 +28,7 @@ jobs: run: npm ci --prefer-offline --no-audit --progress=false --cache ${{ github.workspace }}/.cache/npm - name: Fancy Typecheck with GH annotations - uses: gozala/typescript-error-reporter-action@v1.0.8 + uses: gozala/typescript-error-reporter-action@v1.0.9 with: project: tsconfig.json