From 208fb1244e44005ac3c2608d0d7d1f8b665cd9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:28:21 +0000 Subject: [PATCH] chore(actions): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bootstrap-test.yml | 6 +++--- .github/workflows/pre-commit-autoupdate.yml | 2 +- .github/workflows/pre-commit-check.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bootstrap-test.yml b/.github/workflows/bootstrap-test.yml index 0bde921..278ec25 100644 --- a/.github/workflows/bootstrap-test.yml +++ b/.github/workflows/bootstrap-test.yml @@ -22,7 +22,7 @@ jobs: smoke: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install chezmoi, shellcheck, shfmt run: | curl -fsLS https://get.chezmoi.io | sudo sh -s -- -b /usr/local/bin @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run e2e-linux run: bash tests/bootstrap/e2e-linux.sh @@ -48,7 +48,7 @@ jobs: runs-on: macos-latest timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install chezmoi run: brew install chezmoi - name: Run e2e-macos diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 1124245..03cc3fe 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -13,7 +13,7 @@ jobs: autoupdate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/pre-commit-check.yml b/.github/workflows/pre-commit-check.yml index 5e5cf3b..69752b6 100644 --- a/.github/workflows/pre-commit-check.yml +++ b/.github/workflows/pre-commit-check.yml @@ -10,7 +10,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-python@v5