Skip to content

Commit e4cf56a

Browse files
committed
Auto merge of #3872 - trivikr:actions-checkout-v4, r=RalfJung
ci: bump actions/checkout to v4 Required for using Node.js 20.x in CI * Changelog for actions/checkout@v4 https://github.com/actions/checkout/blob/main/CHANGELOG.md?rgh-link-date=2024-09-04T18%3A38%3A10Z#v400 * GitHub Blog post https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ Refs: rust-lang/rust#130124 (comment)
2 parents 297e957 + 428bb3e commit e4cf56a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sysroots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build the sysroots
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Build the sysroots
1818
run: |
1919
cargo install -f rustup-toolchain-install-master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Here is an example job for GitHub Actions:
187187
name: "Miri"
188188
runs-on: ubuntu-latest
189189
steps:
190-
- uses: actions/checkout@v3
190+
- uses: actions/checkout@v4
191191
- name: Install Miri
192192
run: |
193193
rustup toolchain install nightly --component miri

0 commit comments

Comments
 (0)