From 6c530be90d88f175e1be68a7846d136e9f0e97c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:02:57 +0000 Subject: [PATCH] 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/release-debian.yml | 4 ++-- .github/workflows/test-debian.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 760a355..19bff8d 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -33,7 +33,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | apt-get update @@ -104,7 +104,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: uraimo/run-on-arch-action@v3 name: Build artifact id: build diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index 4565a97..f44a6d8 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -28,7 +28,7 @@ jobs: image: ${{ matrix.distro }}:${{ matrix.release }} steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: | apt-get update @@ -86,7 +86,7 @@ jobs: arch: "aarch64" steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: uraimo/run-on-arch-action@v3 name: Build artifact id: build