From b80fbaee34871995f6098e73be3e74f4eb61a8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:26:44 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/broken-link-checker.yml | 2 +- .github/workflows/mkdocs-build.yml | 2 +- .github/workflows/tinify-compress-images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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