Skip to content

Commit 971ec2a

Browse files
committed
ci: bump actions/checkout
1 parent cbad1e7 commit 971ec2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
continue-on-error: ${{ matrix.experimental }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: dtolnay/rust-toolchain@v1
2727
with:
2828
toolchain: ${{ matrix.rust }}

0 commit comments

Comments
 (0)