Skip to content

Commit

Permalink
Chore: Minor - Bumped actions/checkout to version 4. (#631)
Browse files Browse the repository at this point in the history
A high level summary of the migration guide ( from version 2 -> version
4 ) :-

* Internally "node 12"( 2019 ) becomes "node 20" ( Oct 2023 ).

* The caching stratergy is improved, less network activity and better
performance.
  • Loading branch information
martinfrances107 committed Apr 12, 2024
1 parent 5b2d8da commit 561c476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
bench: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
rustfmt: rustfmt

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -72,7 +72,7 @@ jobs:
miri:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri
Expand Down

0 comments on commit 561c476

Please sign in to comment.