Skip to content

Commit

Permalink
Merge pull request #863 from rust-lang/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
NobodyXu authored Oct 28, 2023
2 parents 8cf12c5 + fc93ea4 commit aa514c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
rust: stable-x86_64
target: x86_64-pc-windows-msvc
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust (rustup)
run: |
set -euxo pipefail
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: Test CUDA support
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install cuda-minimal-build-11-8
shell: bash
run: |
Expand All @@ -117,7 +117,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
run: |
rustup toolchain install 1.46.0 --no-self-update --profile minimal
Expand All @@ -129,7 +129,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Rust
run: |
rustup toolchain install stable --no-self-update --profile minimal --component rustfmt
Expand Down

0 comments on commit aa514c9

Please sign in to comment.