From 68ef3e56f92d742c0778a578a0a061d4ff9a4869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:53:24 +0000 Subject: [PATCH] Bump Tiryoh/gha-jobid-action from 1.0.0 to 1.1.0 Bumps [Tiryoh/gha-jobid-action](https://github.com/tiryoh/gha-jobid-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/tiryoh/gha-jobid-action/releases) - [Changelog](https://github.com/Tiryoh/gha-jobid-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/tiryoh/gha-jobid-action/compare/20caeb4d0b3bb798032fffd362747d4d5d58b976...7528cee9716384209bafcbd000d6689e851c5dda) --- updated-dependencies: - dependency-name: Tiryoh/gha-jobid-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/verify-pr-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-pr-commit.yml b/.github/workflows/verify-pr-commit.yml index 04ab64f376..16c8a0e439 100644 --- a/.github/workflows/verify-pr-commit.yml +++ b/.github/workflows/verify-pr-commit.yml @@ -812,7 +812,7 @@ jobs: ref: ${{github.event.pull_request.head.sha}} - name: Get Current Job Log URL id: jobs - uses: Tiryoh/gha-jobid-action@20caeb4d0b3bb798032fffd362747d4d5d58b976 + uses: Tiryoh/gha-jobid-action@7528cee9716384209bafcbd000d6689e851c5dda with: github_token: ${{secrets.GITHUB_TOKEN}} job_name: "Run Benchmarks"