From 7f0d7f010f330e52025dba7a32493bcde65ac692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:32:50 +0000 Subject: [PATCH] chore(deps): bump tj-actions/branch-names from 9.0.0 to 9.0.2 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 9.0.0 to 9.0.2. - [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/v9.0.0...v9.0.2) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-testing.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-testing.yaml b/.github/workflows/e2e-testing.yaml index 76819606..f037396a 100644 --- a/.github/workflows/e2e-testing.yaml +++ b/.github/workflows/e2e-testing.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v9.0.0 + uses: tj-actions/branch-names@v9.0.2 - name: Build Docker image uses: strangelove-ventures/heighliner-build-action@v1.0.3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f759ce58..82ff1bd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v9.0.0 + uses: tj-actions/branch-names@v9.0.2 - name: Build and push Docker image uses: strangelove-ventures/heighliner-build-action@v1.0.3