From 06cc2238aac2d130ed3424f5228ee91fa201258f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:22:49 +0000 Subject: [PATCH] build(deps): bump xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml Bumps [xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml](https://github.com/xgo-dev/setup-benchmark-go-action) from 1 to 1.0.2. - [Release notes](https://github.com/xgo-dev/setup-benchmark-go-action/releases) - [Commits](https://github.com/xgo-dev/setup-benchmark-go-action/compare/v1...v1.0.2) --- updated-dependencies: - dependency-name: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-publish.yml b/.github/workflows/benchmark-publish.yml index dc6007e8aa..3ccfbec93e 100644 --- a/.github/workflows/benchmark-publish.yml +++ b/.github/workflows/benchmark-publish.yml @@ -14,7 +14,7 @@ permissions: jobs: publish: if: github.event.workflow_run.conclusion == 'success' - uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@v1 + uses: xgo-dev/setup-benchmark-go-action/.github/workflows/publish.yml@v1.0.2 with: run_id: ${{ github.event.workflow_run.id }} config_path: .github/llgo-benchmark.yml