From 30ed5447abb469974cc48975f1e2e76b4e1e2789 Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:21:49 +0800 Subject: [PATCH] Update run.yml --- .github/workflows/run.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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