Skip to content

Commit

Permalink
A0-2999: Run on workflows on node20 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx authored May 16, 2024
2 parents 79cfb0c + 7cb1ab9 commit 0bd1da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: [self-hosted, Linux, X64, large]
steps:
- name: Checkout the source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Cache Crates
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo
key: ${{ runner.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}
Expand Down

0 comments on commit 0bd1da4

Please sign in to comment.