Skip to content

Commit b682bc1

Browse files
committed
Update actions/checkout to v7.
1 parent 7c00946 commit b682bc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cargo install cargo-deadlinks
3434
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v7
3737

3838
- name: Check everything
3939
run: bash ./tools/check.sh basic doc_url_links unused_deps packaging fmt toml_fmt readme
@@ -56,7 +56,7 @@ jobs:
5656
run: cargo install cargo-msrv
5757

5858
- name: Checkout repository
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v7
6060

6161
- name: Check the minimum supported rust version
6262
run: bash ./tools/check.sh msrv
@@ -71,7 +71,7 @@ jobs:
7171
components: clippy
7272

7373
- name: Checkout repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v7
7575

7676
- name: Run clippy
7777
run: bash ./tools/check.sh clippy

0 commit comments

Comments
 (0)