Skip to content

Commit 31b2e25

Browse files
committed
Upgrade to actions/checkout v5
1 parent 8ebd9e5 commit 31b2e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
toolchain: ${{ matrix.rust }}
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v5
3030
- uses: Swatinem/rust-cache@v2
3131
- name: Test
3232
run: cargo test --all-features
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
components: rustfmt, clippy
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v5
4444
- name: Lint check
4545
run: cargo lint
4646
- name: Format check

0 commit comments

Comments
 (0)