From cde247c9bef3d54f787f38e439cf4eecdbdfcddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:36:46 +0800 Subject: [PATCH] Chore: bump actions/checkout from 4 to 5 (#443) --- .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 3c5eec0..78dcff7 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@v4 + uses: actions/checkout@v5 with: ref: hidden - name: Checkout Loyalsoldier/domain-list-custom - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: Loyalsoldier/domain-list-custom path: custom - name: Checkout v2fly/domain-list-community - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: v2fly/domain-list-community path: community - name: Checkout cokebar/gfwlist2dnsmasq - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: cokebar/gfwlist2dnsmasq path: gfwlist2dnsmasq