chore: upgrade actions/checkout to v6

This commit is contained in:
Yifan Gao
2025-12-15 04:50:05 +08:00
parent 41212b8528
commit eea9ccd280

View File

@@ -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