From 1418b7d4fa1eea2e2886e03247d3fc80b9980aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:32:22 +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 | 2 +- .github/workflows/test-debian.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index 8f695b1..b8274e2 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -23,7 +23,7 @@ jobs: apt-get -y upgrade apt-get -y install devscripts dpkg-dev debhelper equivs - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz' diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index ce76762..8185129 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -18,7 +18,7 @@ jobs: apt-get -y upgrade apt-get -y install devscripts dpkg-dev debhelper equivs - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Bump version run: | export DEBEMAIL='maintainers@faucet.nz'