mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-16 23:09:55 +08:00
Update checkout action version. (#15)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -9,12 +9,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Builder
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: build
|
||||
ref: build
|
||||
- name: Checkout Data
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: data
|
||||
ref: master
|
||||
|
||||
Reference in New Issue
Block a user