diff --git a/.github/workflows/sync-submodules.yml b/.github/workflows/sync-submodules.yml index 02cfe85..ad85c37 100644 --- a/.github/workflows/sync-submodules.yml +++ b/.github/workflows/sync-submodules.yml @@ -20,7 +20,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} submodules: true