Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
087c165fda Chore: bump actions/checkout from 5 to 6 (#460)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 08:40:05 +08:00
dependabot[bot]
925d29d1c3 Chore: bump actions/setup-go from 5 to 6 (#446)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 07:55:31 +08:00
dependabot[bot]
cde247c9be Chore: bump actions/checkout from 4 to 5 (#443) 2025-08-14 08:36:46 +08:00

View File

@@ -31,30 +31,30 @@ jobs:
shell: bash
- name: Checkout the "hidden" branch of this repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: hidden
- name: Checkout Loyalsoldier/domain-list-custom
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: Loyalsoldier/domain-list-custom
path: custom
- name: Checkout v2fly/domain-list-community
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: v2fly/domain-list-community
path: community
- name: Checkout cokebar/gfwlist2dnsmasq
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: cokebar/gfwlist2dnsmasq
path: gfwlist2dnsmasq
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: ./custom/go.mod
cache-dependency-path: ./custom/go.sum