Skip to content

Commit

Permalink
Update CI to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Dec 3, 2024
1 parent 08e1066 commit c671b8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache cargo
uses: Swatinem/rust-cache@v1
- uses: IronCoreLabs/rust-toolchain@v1
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- os: windows-2019
target: x86_64-pc-windows-msvc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache cargo
uses: Swatinem/rust-cache@v1
- uses: IronCoreLabs/rust-toolchain@v1
Expand All @@ -75,7 +75,7 @@ jobs:
- 1.70.0 #MSRV
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache cargo
uses: Swatinem/rust-cache@v1
- uses: IronCoreLabs/rust-toolchain@v1
Expand All @@ -98,7 +98,7 @@ jobs:
- name: base
ref: ${{ github.base_ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ matrix.ref }}
- name: Cache cargo
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
name: Upload benchmark results
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache cargo
uses: Swatinem/rust-cache@v1
- name: Retrieve benchmark results
Expand Down

0 comments on commit c671b8d

Please sign in to comment.