From 5e3f8e7a515884f758a609e175004d1f3047f185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:55:24 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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/book.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/docker_image.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index ba28d3d2..82b61208 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -25,7 +25,7 @@ jobs: contents: read steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Python dependencies run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 797bd862..26c04229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: path: "intro/mqtt/host-client" steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update ownership run: | diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 1187fec5..58ac5006 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -35,7 +35,7 @@ jobs: path: "intro/mqtt/host-client" steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update ownership run: | @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4