diff --git a/.github/workflows/performance-test.yml b/.github/workflows/performance-test.yml index 21f2e01..c1dde7d 100644 --- a/.github/workflows/performance-test.yml +++ b/.github/workflows/performance-test.yml @@ -13,7 +13,7 @@ jobs: name: Benchmark for extraction algorithm (inband) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js uses: actions/setup-node@v3 with: @@ -25,7 +25,7 @@ jobs: - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: - name: Extraction algorithm Benchmark for inbound data + name: Extraction algorithm Benchmark for inband data tool: 'benchmarkjs' output-file-path: output.txt github-token: ${{ secrets.GITHUB_TOKEN }} @@ -45,7 +45,7 @@ jobs: needs: benchmark-inband steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js uses: actions/setup-node@v3