From f20a575994ec8bdf85d8e2292db6ca1b77032049 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Mon, 7 Sep 2026 21:43:13 +0800 Subject: [PATCH] ci(star-history): bump repo-visuals-action to v1.4.0 (#7406) Pin the star history workflow to the freshly released v1.4.0 of overtrue/repo-visuals-action, which adds the chart-layout input and a refreshed editorial chart/contributor-wall style. The workflow keeps its existing inputs, so chart-layout stays at the editorial default. --- .github/workflows/star-history.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/star-history.yml b/.github/workflows/star-history.yml index 0e1e9784a..a0aca90e8 100644 --- a/.github/workflows/star-history.yml +++ b/.github/workflows/star-history.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: overtrue/repo-visuals-action@fd79cba437ecfac933d00a69add17eb95d3939c3 # v1.3.1 + - uses: overtrue/repo-visuals-action@ee2c632f6ce617e851fb46ea935ee8af762ebb93 # v1.4.0 with: github-token: ${{ github.token }} output-branch: star-history