Skip to content

Commit 436b4c1

Browse files
committed
ci: Use checkout@v4
1 parent 9a16e3e commit 436b4c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 1.51.0 # MSRV
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: dtolnay/rust-toolchain@master
2929
with:
3030
toolchain: ${{ matrix.rust }}
@@ -45,7 +45,7 @@ jobs:
4545
target: i686-unknown-linux-gnu
4646

4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
- uses: dtolnay/rust-toolchain@master
5050
with:
5151
toolchain: ${{ matrix.rust }}
@@ -62,7 +62,7 @@ jobs:
6262
rust:
6363
- beta
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
- uses: dtolnay/rust-toolchain@master
6767
with:
6868
toolchain: ${{ matrix.rust }}

0 commit comments

Comments
 (0)