From 13ca29679301d920e6407c68ba079895a73c17de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:05:47 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 6 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 ffa1e9f0..702bcdf6 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@v6 - 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..bea56fdb 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@v6 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..785d69ed 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@v6 with: ref: ${{ github.head_ref }} - uses: namoscato/action-tinify@v1