From 961573d7e0b774839e52c8e4f67578de7190dd56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:41:30 +0000 Subject: [PATCH] build(deps): bump grafana/setup-k6-action from 1.1.0 to 1.2.1 Bumps [grafana/setup-k6-action](https://github.com/grafana/setup-k6-action) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/grafana/setup-k6-action/releases) - [Commits](https://github.com/grafana/setup-k6-action/compare/ffe7d7290dfa715e48c2ccc924d068444c94bde2...db07bd9765aac508ef18982e52ab937fe633a065) --- updated-dependencies: - dependency-name: grafana/setup-k6-action dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/perf-enforced.yml | 2 +- .github/workflows/perf-foundation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf-enforced.yml b/.github/workflows/perf-enforced.yml index d5d6031..ae88f56 100644 --- a/.github/workflows/perf-enforced.yml +++ b/.github/workflows/perf-enforced.yml @@ -127,7 +127,7 @@ jobs: contents: read steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 + - uses: grafana/setup-k6-action@db07bd9765aac508ef18982e52ab937fe633a065 - run: pnpm perf:api env: BASE_URL: ${{ vars.PERF_BASE_URL }} diff --git a/.github/workflows/perf-foundation.yml b/.github/workflows/perf-foundation.yml index 29968e3..842e059 100644 --- a/.github/workflows/perf-foundation.yml +++ b/.github/workflows/perf-foundation.yml @@ -105,7 +105,7 @@ jobs: contents: read steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 + - uses: grafana/setup-k6-action@db07bd9765aac508ef18982e52ab937fe633a065 - run: pnpm perf:api env: BASE_URL: ${{ vars.PERF_BASE_URL }}