From 7c254c2c2e70e0fa07611cf57fc61e51cd98d8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:00:45 +0000 Subject: [PATCH] Chore: bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 768e8af561aa..ff9656876893 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -37,30 +37,30 @@ 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 - name: Checkout Johnshall/sing-geosite - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: Johnshall/sing-geosite ref: trans-dat-into-db