diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d3ee342..925bd637 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: container: danteev/texlive:2025-07-15 steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Consider all directories safe run: git config --global --add safe.directory '*'