Skip to content

Commit

Permalink
ci: bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Apr 18, 2023
1 parent a38a485 commit 6035710
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
BENCHMARK_OPTIONS: '{}'
steps:
- name: Setup repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup environment
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:
BENCHMARK_OPTIONS: ${{ matrix.benchmark_options }}
steps:
- name: Setup repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup environment
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
Expand Down

0 comments on commit 6035710

Please sign in to comment.