From 97104851950ab56f679f858cdbf7d8abc53304f9 Mon Sep 17 00:00:00 2001 From: Jingbei Li Date: Sat, 15 Jun 2024 20:37:25 +0800 Subject: [PATCH] fixed workflow --- .github/workflows/update.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 95cc08a1..e8651ab0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,16 +14,17 @@ jobs: run: | sudo apt-get install openssh-client python3-setuptools - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: JinnLynn/genpac + ref: v2.0.1 path: genpac - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: gfwlist/gfwlist path: gfwlist