diff --git a/.github/workflows/create-pdf.yml b/.github/workflows/create-pdf.yml index 607a929..9f18ce4 100644 --- a/.github/workflows/create-pdf.yml +++ b/.github/workflows/create-pdf.yml @@ -9,7 +9,7 @@ jobs: makepdfs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: mkrakowitzer/actions-makepdfs@master if: github.ref == 'refs/heads/main' with: diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index bad4db6..9633745 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -41,7 +41,7 @@ jobs: # MegaLinter - name: Run MegaLinter id: ml - uses: oxsecurity/megalinter/flavors/documentation@v7.12.0 + uses: oxsecurity/megalinter/flavors/documentation@v7.13.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}