From b819663db89adb9913ae5ed378bba5b839adb238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:33:02 +0000 Subject: [PATCH] chore(ci): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci-go.yml | 2 +- .github/workflows/commitlint.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/theme-validation.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 4425bd4..9566c51 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -20,7 +20,7 @@ jobs: working-directory: installer steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Go ${{ matrix.go-version }} uses: actions/setup-go@v5 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 8fb0826..f5e9cb0 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,7 +8,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 921de2e..c8dc769 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: needs: [goreleaser] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: '3.12' diff --git a/.github/workflows/theme-validation.yml b/.github/workflows/theme-validation.yml index 9ee2207..a01e043 100644 --- a/.github/workflows/theme-validation.yml +++ b/.github/workflows/theme-validation.yml @@ -14,7 +14,7 @@ jobs: python-version: ['3.11', '3.12'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}