diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-07 08:47:44 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 21:47:44 +0000 |
| commit | 9955cbdb56d5aa7882048e06709695a137d2e3a5 (patch) | |
| tree | 770560a57c89149a6fb75ed62ff1ed0c5ad784cd /.github/workflows/bench_cron.yml | |
| parent | c8b2af8ed1b27822b0e6193b7a82903f54e56d95 (diff) | |
chore: upgrade CI workflows to use Node 20 (#22304)
No longer uses Node 16, which is deprecated.
Diffstat (limited to '.github/workflows/bench_cron.yml')
| -rw-r--r-- | .github/workflows/bench_cron.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bench_cron.yml b/.github/workflows/bench_cron.yml index c62a0f267..1a52a5ac5 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@v3 + uses: actions/checkout@v4 with: submodules: true persist-credentials: false @@ -32,7 +32,7 @@ jobs: - uses: dsherret/rust-toolchain-file@v1 - name: Install protoc - uses: arduino/setup-protoc@v2 + uses: arduino/setup-protoc@v3 with: version: "21.12" repo-token: ${{ secrets.GITHUB_TOKEN }} |
