Skip to content

Commit

Permalink
chore: bump actions/checkout to v4 to fix CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed May 22, 2024
1 parent b0ea3ef commit 2a3e674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- { toolchain: nightly }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Lint code ${{ matrix.config.toolchain }}
run: |
rustup toolchain install ${{ matrix.config.toolchain }}
Expand All @@ -41,7 +41,7 @@ jobs:
- { toolchain: nightly }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests ${{ matrix.config.toolchain }}
run: |
rustup toolchain install ${{ matrix.config.toolchain }}
Expand All @@ -59,7 +59,7 @@ jobs:
- { toolchain: nightly }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run benchmarks ${{ matrix.config.toolchain }}
run: |
rustup toolchain install ${{ matrix.config.toolchain }}
Expand Down

0 comments on commit 2a3e674

Please sign in to comment.