From ca42137cd5a3d43ea8f08e546f9bb684e0bbdcf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:13:14 +0000 Subject: [PATCH] ci: 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/copilot-autofix.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/copilot-autofix.yml b/.github/workflows/copilot-autofix.yml index a931e49..e10091f 100644 --- a/.github/workflows/copilot-autofix.yml +++ b/.github/workflows/copilot-autofix.yml @@ -14,7 +14,7 @@ jobs: name: Auto-fix ShellCheck warnings runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install tools run: sudo apt-get install -y shellcheck diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7da65e8..137a60e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: name: ShellCheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install ShellCheck run: sudo apt-get install -y shellcheck @@ -31,7 +31,7 @@ jobs: name: Validate Stow Structure runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install stow run: sudo apt-get install -y stow @@ -52,7 +52,7 @@ jobs: name: YAML Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Lint YAML files uses: ibiqlik/action-yamllint@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaec165..31463ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: !contains(github.event.head_commit.message, '[ci skip]') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # full history for changelog generation