From ba6aeab3456e44f5a824b53547f9cf12d09776a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:32:16 +0000 Subject: [PATCH] chore(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/build.yaml | 2 +- .github/workflows/lint.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8377220..4242704 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker meta id: meta diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 880f3f2..2afb54d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run hadolint uses: brpaz/hadolint-action@c27bd9edc1e95eed30474db8f295ff5807ebca14 # v1.1.0 => eb9b96be611b84830aa1babacfb7070ecd2a8b1b @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run markdown-lint uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.4.0 => 6e6d4393411fbaae3c3aeee5661ba84a0352ed3b @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run yamllint uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.0.0 => b2aeacc1b7eeb8c23e84bba320d04fb5d6a323ee