diff --git a/.github/workflows/compile_pdf.yml b/.github/workflows/compile_pdf.yml index 59ba63f..a04acf4 100644 --- a/.github/workflows/compile_pdf.yml +++ b/.github/workflows/compile_pdf.yml @@ -26,7 +26,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5 with: @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download pdf artifact uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/setup-github.yaml b/.github/workflows/setup-github.yaml index 2645cad..597d54a 100644 --- a/.github/workflows/setup-github.yaml +++ b/.github/workflows/setup-github.yaml @@ -10,7 +10,7 @@ jobs: GH_TOKEN: ${{ secrets.PAT_GITHUB_TOKEN }} # secrets.GITHUB_TOKEN steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup GitHub Pages for repository run: gh api -X POST /repos/${{ github.repository }}/pages --input .github/configurations/pages.json - name: Setup ruleset for repository