From 4d808ec8b9dc27d172741da7c632c568d19db107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:52:14 +0000 Subject: [PATCH] chore(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/load-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index 920188c..fb7e92f 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -59,7 +59,7 @@ jobs: plugins/contrib/go.sum - name: Install k6 - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 # v1.1.0 + uses: grafana/setup-k6-action@db07bd9765aac508ef18982e52ab937fe633a065 # v1.2.1 with: k6-version: ${{ env.K6_VERSION }}