Skip to content

Commit b68b896

Browse files
committed
ci: Bump actions/checkout to the latest version (v6)
1 parent 8f83fbe commit b68b896

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: ubuntu-24.04
3030
rust: nightly
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v6
3333
- name: Install Rust
3434
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
3535
- name: Build and run tests
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-24.04
4141
timeout-minutes: 10
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v6
4444
- name: Install Rust
4545
run: rustup update stable && rustup default stable && rustup component add rustfmt
4646
- run: cargo fmt --check

0 commit comments

Comments
 (0)