Update run.yml

This commit is contained in:
Larvan2 2024-02-12 15:21:49 +08:00 committed by GitHub
parent 322531867d
commit 30ed5447ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,33 +27,32 @@ jobs:
shell: bash
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MetaCubeX/meta-rules-dat
- name: Checkout Loyalsoldier/domain-list-custom
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Loyalsoldier/domain-list-custom
path: custom
- name: Checkout v2fly/domain-list-community
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: v2fly/domain-list-community
path: community
- name: Checkout cokebar/gfwlist2dnsmasq
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: cokebar/gfwlist2dnsmasq
path: gfwlist2dnsmasq
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version-file: ./custom/go.mod
cache-dependency-path: ./custom/go.sum
- name: Get geoip.dat relative files