From 1728a3bf05668847a10bc8ce842a002383bbe982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:35:46 +0800 Subject: [PATCH] Chore: bump actions/checkout from 2 to 3 (#182) --- .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 34c52cb3..35a6d4be 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -39,24 +39,24 @@ jobs: shell: bash - name: Checkout the "hidden" branch of this repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: hidden - name: Checkout Loyalsoldier/domain-list-custom - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: Loyalsoldier/domain-list-custom path: custom - name: Checkout v2fly/domain-list-community - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: v2fly/domain-list-community path: community - name: Checkout cokebar/gfwlist2dnsmasq - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: cokebar/gfwlist2dnsmasq path: gfwlist2dnsmasq