diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f6ee5bf..c83e003 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@v4 + uses: actions/checkout@v5 - run: sudo apt-get update && sudo apt-get install ghostscript - name: Install TeX Live id: texlive