Skip to content

Commit 428bb3e

Browse files
authored
ci: bump actions/checkout to v4
1 parent 335c91c commit 428bb3e

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)