From 1968acbbac6e909297ee3131c3663231c51a7abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:14:38 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 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/generate-thumbnails.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-thumbnails.yml b/.github/workflows/generate-thumbnails.yml index cbf3a88d..836a0d19 100644 --- a/.github/workflows/generate-thumbnails.yml +++ b/.github/workflows/generate-thumbnails.yml @@ -43,7 +43,7 @@ jobs: matrix: ${{ steps.boards.outputs.JSON_CONTENT }} steps: - name: "Checkout armbian/build" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: armbian/build path: build @@ -72,7 +72,7 @@ jobs: matrix: ${{ steps.vendors.outputs.JSON_CONTENT }} steps: - name: "Checkout armbian/build" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: armbian/build path: build @@ -117,7 +117,7 @@ jobs: steps: - name: "Checkout armbian.github.io" - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0