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: |