Skip to content

Commit

Permalink
Auto merge of #742 - rust-lang:chore-update-checkout-github-action, r…
Browse files Browse the repository at this point in the history
…=MarcoIeni

chore: update checkout GitHub action
  • Loading branch information
bors committed Oct 2, 2024
2 parents f4c106d + 087830d commit 5971025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust nightly
run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
Expand All @@ -34,7 +34,7 @@ jobs:
channel: [nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust ${{ matrix.channel }}
shell: bash
Expand All @@ -59,7 +59,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust nightly
run: rustup update --no-self-update nightly && rustup default nightly
Expand All @@ -77,7 +77,7 @@ jobs:
name: Build the Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build -t crater .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust nightly
run: rustup update nightly && rustup default nightly && rustup component add rustfmt clippy
Expand All @@ -26,7 +26,7 @@ jobs:
name: Linux testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Rust nightly
run: rustup update nightly && rustup default nightly
Expand Down

0 comments on commit 5971025

Please sign in to comment.