diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e9aa9f..4659725 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -23,7 +23,7 @@ jobs: needs: install-deps steps: - name: Checkout code repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: needs: install-deps steps: - name: Checkout code repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true