Skip to content

Commit 246ba3b

Browse files
committed
Auto merge of rust-lang#3511 - obi1kenobi:patch-1, r=RalfJung
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.
2 parents f3dfaa7 + 8b0ab42 commit 246ba3b

File tree

1 file changed

+3
-3
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+3
-3
lines changed

src/tools/miri/.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
HOST_TARGET: ${{ matrix.host_target }}
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636

3737
- name: Show Rust version (stable toolchain)
3838
run: |
@@ -85,7 +85,7 @@ jobs:
8585
name: style checks
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@v3
88+
- uses: actions/checkout@v4
8989

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

0 commit comments

Comments
 (0)