chore: Update update-dependencies.yml

This commit is contained in:
Steve Johnson 2023-10-16 22:14:07 +08:00 committed by GitHub
parent 86206bd155
commit fb4e69f594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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