diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 41410ab..d10aacf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,7 @@ jobs: cache_key: ${{ steps.texlive.outputs.cache_key }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - run: sudo apt-get update && sudo apt-get install ghostscript - name: Install TeX Live id: texlive