mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 02:55:34 +08:00
Chore: bump actions/checkout from 2 to 3 (#182)
This commit is contained in:
parent
467b44b760
commit
1728a3bf05
8
.github/workflows/run.yml
vendored
8
.github/workflows/run.yml
vendored
@ -39,24 +39,24 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Checkout the "hidden" branch of this repo
|
- name: Checkout the "hidden" branch of this repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: hidden
|
ref: hidden
|
||||||
|
|
||||||
- name: Checkout Loyalsoldier/domain-list-custom
|
- name: Checkout Loyalsoldier/domain-list-custom
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: Loyalsoldier/domain-list-custom
|
repository: Loyalsoldier/domain-list-custom
|
||||||
path: custom
|
path: custom
|
||||||
|
|
||||||
- name: Checkout v2fly/domain-list-community
|
- name: Checkout v2fly/domain-list-community
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: v2fly/domain-list-community
|
repository: v2fly/domain-list-community
|
||||||
path: community
|
path: community
|
||||||
|
|
||||||
- name: Checkout cokebar/gfwlist2dnsmasq
|
- name: Checkout cokebar/gfwlist2dnsmasq
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: cokebar/gfwlist2dnsmasq
|
repository: cokebar/gfwlist2dnsmasq
|
||||||
path: gfwlist2dnsmasq
|
path: gfwlist2dnsmasq
|
||||||
|
Loading…
Reference in New Issue
Block a user