Skip to content

Commit

Permalink
Merge pull request #18 from gonmmarques/feat/update-action
Browse files Browse the repository at this point in the history
ci: Bump actions/checkout to v4
  • Loading branch information
javaducky committed Nov 20, 2023
2 parents a7db2aa + a4d3d8f commit e4714b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -139,16 +139,16 @@ jobs:

services:
quickpizza:
image: ghcr.io/grafana/quickpizza-local:0.2.0
image: ghcr.io/grafana/quickpizza-local:0.4.0
ports:
- 3333:3333

steps:
- name: Checkout
uses: actions/checkout@v1
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:
Expand All @@ -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
Expand Down

0 comments on commit e4714b7

Please sign in to comment.