diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index f673f1c3..12682dbc 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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