From 6a936c9f309a3ba26d6286c5d9bdd2620b21a39e Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Sun, 7 Aug 2022 10:47:31 +0200 Subject: [PATCH] submodules --- .github/workflows/test.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c8e5b0..3a2c2d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.macos }} name: macOS steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 with: submodules: true - name: Select Xcode version @@ -73,13 +73,9 @@ jobs: run: | echo "::set-output name=version::$(swift -version | head -n 1 | sed s/,// )" shell: bash - - uses: actions/checkout@master + - uses: actions/checkout@v3 with: - fetch-depth: 0 - - name: Checkout submodules - uses: srt32/git-actions@v0.0.3 - with: - args: git submodule update --init --recursive + submodules: true - name: Cache resolved dependencies id: cache-resolved-dependencies uses: actions/cache@v2