Skip to content

Commit

Permalink
Auto merge of #3511 - obi1kenobi:patch-1, r=RalfJung
Browse files Browse the repository at this point in the history
Upgrade to `actions/checkout@v4` in `ci.yml`.

This is a newer version of the same action. None of the uses here were particularly special (no complex features of v3 were used) so this is a straightforward as-is upgrade.
  • Loading branch information
bors committed Apr 24, 2024
2 parents 4028943 + 743ab27 commit e6914bb
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 @@ -32,7 +32,7 @@ jobs:
env:
HOST_TARGET: ${{ matrix.host_target }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Show Rust version (stable toolchain)
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
name: style checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# This is exactly duplicated from above. GHA is pretty terrible when it comes
# to avoiding code duplication.
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
The Miri Cronjobs Bot'
# Attempt to auto-sync with rustc
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 256 # get a bit more of the history
- name: install josh-proxy
Expand Down

0 comments on commit e6914bb

Please sign in to comment.