mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 06:13:15 +08:00
chore: upgrade actions/checkout to v6
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v6
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- uses: cargo-bins/cargo-binstall@main
|
- uses: cargo-bins/cargo-binstall@main
|
||||||
- run: sudo apt-get install -y tree jq axel
|
- run: sudo apt-get install -y tree jq axel
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
command: just
|
command: just
|
||||||
- run: just guard
|
- run: just guard
|
||||||
- name: Checkout ip-lists branch
|
- name: Checkout ip-lists branch
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v6
|
||||||
if: github.event_name == 'schedule' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'schedule' && github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
ref: ip-lists
|
ref: ip-lists
|
||||||
|
|||||||
Reference in New Issue
Block a user