diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2294307a..6f7bef85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: git config --global core.autocrlf input - name: Clone repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: fetch-depth: 1 submodules: true