Skip to content

Commit f8eb6c5

Browse files
committed
Update actions/checkout to v7.
1 parent 24d8c1a commit f8eb6c5

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cargo install taplo-cli
4848
4949
- name: Checkout repository
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v7
5151

5252
- name: Check everything
5353
run: bash ./tools/check.sh basic doc_url_links unused_deps packaging fmt toml_fmt readme
@@ -70,7 +70,7 @@ jobs:
7070
run: cargo install cargo-msrv
7171

7272
- name: Checkout repository
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v7
7474

7575
- name: Check the minimum supported rust version
7676
run: bash ./tools/check.sh msrv
@@ -85,7 +85,7 @@ jobs:
8585
components: clippy
8686

8787
- name: Checkout repository
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v7
8989

9090
- name: Run clippy
9191
run: bash ./tools/check.sh clippy

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- target: x86_64-unknown-linux-musl
2121
os: ubuntu-latest
2222
zip: none
23-
- target: x86_64-apple-darwin
24-
os: macos-13
25-
zip: all
2623
- target: aarch64-apple-darwin
2724
os: macos-14
2825
zip: all
@@ -31,7 +28,7 @@ jobs:
3128
zip: all
3229

3330
steps:
34-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v7
3532

3633
- uses: taiki-e/upload-rust-binary-action@v1
3734
with:

0 commit comments

Comments
 (0)