From 087c165fda9ce7e6d6aeda5733f04b03064c1be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:40:05 +0800 Subject: [PATCH] Chore: bump actions/checkout from 5 to 6 (#460) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4687e56..a40d0ee 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@v5 + uses: actions/checkout@v6 with: ref: hidden - name: Checkout Loyalsoldier/domain-list-custom - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: Loyalsoldier/domain-list-custom path: custom - name: Checkout v2fly/domain-list-community - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: v2fly/domain-list-community path: community - name: Checkout cokebar/gfwlist2dnsmasq - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: cokebar/gfwlist2dnsmasq path: gfwlist2dnsmasq