mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-15 05:43:16 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: cargo-bins/cargo-binstall@main
|
||||
- run: sudo apt-get install -y tree jq axel
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
command: just
|
||||
- run: just guard
|
||||
- name: Checkout ip-lists branch
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v6
|
||||
if: github.event_name == 'schedule' && github.ref == 'refs/heads/master'
|
||||
with:
|
||||
ref: ip-lists
|
||||
|
||||
Reference in New Issue
Block a user