From 438046f4b9d9efbe366c875cd9138fe4b2da3934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Montalv=C3=A3o=20Marques?= <9379664+gonmmarques@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:56:49 +0100 Subject: [PATCH 1/2] ci: Bump to checkout v4 --- .github/workflows/main.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8dd3765..4f2e2b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run load test using action code from commit uses: ./ with: diff --git a/README.md b/README.md index 1e6b41d..06eeb48 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run k6 local test uses: grafana/k6-action@v0.3.0 with: @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Run k6 cloud test uses: grafana/k6-action@v0.3.0 with: @@ -145,7 +145,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Run local k6 test uses: grafana/k6-action@v0.2.0 @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install k6 run: | curl https://github.com/grafana/k6/releases/download/v0.44.0/k6-v0.44.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1 From a4d3d8f734bcc35edee0f2fb51097aa7e0a69910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Montalv=C3=A3o=20Marques?= <9379664+gonmmarques@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:01:06 +0100 Subject: [PATCH 2/2] docs: Update README with newest version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06eeb48..4dba685 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ jobs: services: quickpizza: - image: ghcr.io/grafana/quickpizza-local:0.2.0 + image: ghcr.io/grafana/quickpizza-local:0.4.0 ports: - 3333:3333 @@ -148,7 +148,7 @@ jobs: uses: actions/checkout@v4 - name: Run local k6 test - uses: grafana/k6-action@v0.2.0 + uses: grafana/k6-action@v0.3.0 with: filename: script.js env: