Skip to content

Commit 2205405

Browse files
committed
CI: Update actions/checkout to v4
1 parent 18e6a62 commit 2205405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
container: rust:1.60
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- run: cargo build
1515
- run: cargo test
1616

1717
lint:
1818
runs-on: ubuntu-22.04
1919
container: rust:1.78
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- run: rustup component add clippy
2323
- run: cargo clippy --all-targets --all-features -- -D warnings
2424

2525
fmt:
2626
runs-on: ubuntu-22.04
2727
container: rust:1.78
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- run: rustup component add rustfmt
3131
- run: cargo fmt -- --check

0 commit comments

Comments
 (0)