From fb4e69f594fa9d0f6abf034374087ce898a2b42e Mon Sep 17 00:00:00 2001 From: Steve Johnson <144257728+stevejohnson7@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:14:07 +0800 Subject: [PATCH] chore: Update update-dependencies.yml --- .github/workflows/update-dependencies.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 8c833c49..fabffbe3 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -6,19 +6,17 @@ jobs: update-dependencies: runs-on: ubuntu-latest steps: - - name: Checkout Repository - uses: actions/checkout@v3 - with: - submodules: recursive - - name: Setup Go uses: actions/setup-go@v3 with: go-version: "1.20" + - name: Checkout Repository + uses: actions/checkout@v3 + - name: Git Sumbodule Update (Clash.Meta Core) run: | - git submodule update --remote --recursive + git submodule update --init --remote --recursive -f - name: Update Foss Gomod run: |