From a14c3c75f72819d057c7d9502d055ee8c52f4d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 07:03:27 +0800 Subject: [PATCH] Bump actions/checkout from v2.3.3 to v2.3.4 (#54) --- .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 568399d6..7a6047ae 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -38,24 +38,24 @@ jobs: shell: bash - name: Checkout the "hidden" branch of this repo - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 with: ref: hidden - name: Checkout Loyalsoldier/geoip - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 with: repository: Loyalsoldier/geoip path: geoip - name: Checkout Loyalsoldier/domain-list-custom - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 with: repository: Loyalsoldier/domain-list-custom path: custom - name: Checkout v2fly/domain-list-community - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 with: repository: v2fly/domain-list-community path: community