diff options
| author | Abdul Rauf <abdulraufmujahid@gmail.com> | 2022-11-06 07:56:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 21:26:21 +0530 |
| commit | 23a04b15c1540a1374bf27c46a7d41adcb8feab0 (patch) | |
| tree | 97aab578ff943d233758647f9adc60d3ad2c1f37 /.github/workflows/bench_cron.yml | |
| parent | e7d7da85dff177bbc919cab48643135c68e065bd (diff) | |
chore(ci): update github actions (#16534)
Diffstat (limited to '.github/workflows/bench_cron.yml')
| -rw-r--r-- | .github/workflows/bench_cron.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bench_cron.yml b/.github/workflows/bench_cron.yml index 4439b6d8f..57a794aaf 100644 --- a/.github/workflows/bench_cron.yml +++ b/.github/workflows/bench_cron.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true persist-credentials: false @@ -33,11 +33,11 @@ jobs: - name: Build release run: cargo build --release --locked --all-targets - + - name: Worker info run: | cat /proc/cpuinfo cat /proc/meminfo - name: Run and Post benchmarks - run: cargo bench --locked
\ No newline at end of file + run: cargo bench --locked |
