diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6618816..97f16ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: matrix: texlive_version: [2025, 2026] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: true @@ -81,7 +81,7 @@ jobs: texlive_version: [2025, 2026] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true