Skip to content

Commit 79ce96f

Browse files
committed
Updated github action dependencies.
1 parent e3bc9c4 commit 79ce96f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
cargo install cargo-deadlinks
3232
3333
- name: Checkout repository
34-
uses: actions/checkout@v3
35-
with:
36-
fetch-depth: 2
34+
uses: actions/checkout@v4
3735

3836
- name: Check everything
3937
run: bash ./tools/check.sh
@@ -56,9 +54,7 @@ jobs:
5654
run: cargo install cargo-msrv
5755

5856
- name: Checkout repository
59-
uses: actions/checkout@v3
60-
with:
61-
fetch-depth: 2
57+
uses: actions/checkout@v4
6258

6359
- name: Check the minimum supported rust version
6460
run: cargo msrv verify

0 commit comments

Comments
 (0)