From 458e6b5392d0745c86d1bbce785276ec9d076cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:41:39 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 7 to 8 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7 to 8. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/branch-names/compare/v7...v8) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/typescript-monitoring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-monitoring.yml b/.github/workflows/typescript-monitoring.yml index 7a997fd4f56..d41f3b84c92 100644 --- a/.github/workflows/typescript-monitoring.yml +++ b/.github/workflows/typescript-monitoring.yml @@ -46,7 +46,7 @@ jobs: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v8 - name: Monitor TypeScript errors uses: ./.github/monitor-typescript-errors