Skip to content

Commit

Permalink
Merge pull request #39 from ngshiheng/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
ngshiheng committed Oct 22, 2023
2 parents 689403e + 5d79f23 commit 13e9616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
needs:
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand All @@ -32,7 +32,7 @@ jobs:
needs:
- build-and-deploy-stg
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: grafana/[email protected]
name: Run k6 local test
env:
Expand All @@ -44,7 +44,7 @@ jobs:
needs:
- k6-smoke-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand All @@ -60,7 +60,7 @@ jobs:
needs:
- k6-smoke-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down

0 comments on commit 13e9616

Please sign in to comment.