From 5b8f4f247937dfed73801f3f23e91b3f6cad32ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:23:36 +0000 Subject: [PATCH] Bump runs-on/action from 2.1.0 to 2.1.1 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.0 to 2.1.1 - [Release notes](https://github.com/runs-on/action/releases) - [Commits](https://github.com/runs-on/action/compare/742bf56072eb4845a0f94b3394673e4903c90ff0...e46a3c6d62a5df0b0e0f8b5fdc50f04c5ecf147f) --- updated-dependencies: - dependency-name: runs-on/action dependency-version: 2.1.1 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 f0ac78b..4e5297d 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@742bf56072eb4845a0f94b3394673e4903c90ff0 # v2.1.0 + uses: runs-on/action@e46a3c6d62a5df0b0e0f8b5fdc50f04c5ecf147f # v2.1.1 # jemalloc is a dependency of the Benchmarking package # actions/cache will detect zstd and will become much faster.