mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
Bump actions/checkout from v2.3.3 to v2.3.4 (#54)
This commit is contained in:
parent
755fb3a7dd
commit
a14c3c75f7
8
.github/workflows/run.yml
vendored
8
.github/workflows/run.yml
vendored
@ -38,24 +38,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.3.3
|
uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
ref: hidden
|
ref: hidden
|
||||||
|
|
||||||
- name: Checkout Loyalsoldier/geoip
|
- name: Checkout Loyalsoldier/geoip
|
||||||
uses: actions/checkout@v2.3.3
|
uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
repository: Loyalsoldier/geoip
|
repository: Loyalsoldier/geoip
|
||||||
path: geoip
|
path: geoip
|
||||||
|
|
||||||
- name: Checkout Loyalsoldier/domain-list-custom
|
- name: Checkout Loyalsoldier/domain-list-custom
|
||||||
uses: actions/checkout@v2.3.3
|
uses: actions/checkout@v2.3.4
|
||||||
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.3.3
|
uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
repository: v2fly/domain-list-community
|
repository: v2fly/domain-list-community
|
||||||
path: community
|
path: community
|
||||||
|
Loading…
Reference in New Issue
Block a user