From 672fb329873c3cdc61cf9db4911ca329dac82f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:32:54 +0000 Subject: [PATCH] Bump runs-on/action from 2.1.1 to 2.1.2 in the dependencies group Bumps the dependencies group with 1 update: [runs-on/action](https://github.com/runs-on/action). Updates `runs-on/action` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/runs-on/action/releases) - [Commits](https://github.com/runs-on/action/compare/e46a3c6d62a5df0b0e0f8b5fdc50f04c5ecf147f...d141ef83eb66d096ce8afc767e09115a65c63b60) --- updated-dependencies: - dependency-name: runs-on/action dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/run-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-benchmark.yml b/.github/workflows/run-benchmark.yml index 4e5297d..59307a1 100644 --- a/.github/workflows/run-benchmark.yml +++ b/.github/workflows/run-benchmark.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Configure RunsOn - uses: runs-on/action@e46a3c6d62a5df0b0e0f8b5fdc50f04c5ecf147f # v2.1.1 + uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2 # jemalloc is a dependency of the Benchmarking package # actions/cache will detect zstd and will become much faster.