From d0de54a692c19d036461fc2e48d4f22ff7b492aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:56:46 +0800 Subject: [PATCH] Chore: bump actions/checkout from 3 to 4 (#317) --- .github/workflows/run.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 501f847..1b6cee7 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -31,24 +31,24 @@ jobs: shell: bash - name: Checkout the "hidden" branch of this repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: hidden - 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