diff --git a/.github/workflows/broken-link-checker.yml b/.github/workflows/broken-link-checker.yml index 619ca464..dceae6bb 100644 --- a/.github/workflows/broken-link-checker.yml +++ b/.github/workflows/broken-link-checker.yml @@ -11,7 +11,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Broken Link Checker id: lychee uses: lycheeverse/lychee-action@v2.3.0 diff --git a/.github/workflows/mkdocs-build.yml b/.github/workflows/mkdocs-build.yml index d7ed0923..f5743bf4 100644 --- a/.github/workflows/mkdocs-build.yml +++ b/.github/workflows/mkdocs-build.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo ${{ github.ref }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # set-safe-directory: false diff --git a/.github/workflows/tinify-compress-images.yml b/.github/workflows/tinify-compress-images.yml index d2463d0d..bce75b36 100644 --- a/.github/workflows/tinify-compress-images.yml +++ b/.github/workflows/tinify-compress-images.yml @@ -11,7 +11,7 @@ jobs: compress: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.head_ref }} - uses: namoscato/action-tinify@v1