From fd3451c6087b6b1f5e709ef5708dbdab0d7b38ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:59:23 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/github-pages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 6d39e63..68002fd 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,20 +13,20 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM-live path: LiberTEM-live - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM-blobfinder path: LiberTEM-blobfinder - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM-holo path: LiberTEM-holo - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: LiberTEM/LiberTEM path: LiberTEM