From b4d7653b27a31d488c8d3c5a509652ec4f34e565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:24:20 +0000 Subject: [PATCH] github-actions: 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/devenv-update.yaml | 2 +- .github/workflows/devenv.yaml | 2 +- .github/workflows/opentofu-module.yaml | 6 +++--- .github/workflows/semver.yaml | 6 +++--- .github/workflows/trivy.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/devenv-update.yaml b/.github/workflows/devenv-update.yaml index bff3cab..afe46fc 100644 --- a/.github/workflows/devenv-update.yaml +++ b/.github/workflows/devenv-update.yaml @@ -57,7 +57,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive diff --git a/.github/workflows/devenv.yaml b/.github/workflows/devenv.yaml index 8616768..84d5557 100644 --- a/.github/workflows/devenv.yaml +++ b/.github/workflows/devenv.yaml @@ -64,7 +64,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive diff --git a/.github/workflows/opentofu-module.yaml b/.github/workflows/opentofu-module.yaml index ff5a3cf..49a5e40 100644 --- a/.github/workflows/opentofu-module.yaml +++ b/.github/workflows/opentofu-module.yaml @@ -77,7 +77,7 @@ jobs: - id: checkout_repository name: Checkout repository if: github.event_name != 'release' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive @@ -85,7 +85,7 @@ jobs: - id: checkout_repository_tag name: Checkout repository tag if: github.event_name == 'release' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.release.tag_name }} lfs: false @@ -287,7 +287,7 @@ jobs: - id: checkout_repository_tag name: Checkout repository tag if: github.event_name == 'release' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.release.tag_name }} lfs: false diff --git a/.github/workflows/semver.yaml b/.github/workflows/semver.yaml index cbc5d3f..512afe3 100644 --- a/.github/workflows/semver.yaml +++ b/.github/workflows/semver.yaml @@ -89,7 +89,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive @@ -348,7 +348,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive @@ -426,7 +426,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index aeabad7..3e3715a 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -74,7 +74,7 @@ jobs: steps: - id: checkout_repository name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false submodules: recursive