From 9d8c198297dfe5a09dc633368d2296e1ef265e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:05:41 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [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/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reporting-release-summary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reporting-release-summary.yml b/.github/workflows/reporting-release-summary.yml index 83bcb58728..87da540357 100644 --- a/.github/workflows/reporting-release-summary.yml +++ b/.github/workflows/reporting-release-summary.yml @@ -100,7 +100,7 @@ jobs: - name: "Docs: check out this repository for the generator scripts" if: ${{ env.PERIOD == 'quarterly' }} - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: path: self persist-credentials: false @@ -115,7 +115,7 @@ jobs: # armbian/documentation and already opens PRs this way elsewhere. - name: "Docs: check out armbian/documentation" if: ${{ env.PERIOD == 'quarterly' }} - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: repository: armbian/documentation path: documentation @@ -692,7 +692,7 @@ jobs: - name: "Docs: check out armbian/build for board and family names" if: ${{ env.PERIOD == 'quarterly' }} - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: repository: armbian/build path: build-tree