From 2a187783a240b383fe397748f7218442f95c46f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:22:28 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.7 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 7.0.1. - [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.1.7...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/hugo.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index f6e1bd7d..7db21866 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -7,7 +7,7 @@ jobs: auto-merge: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v7.0.1 - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' with: diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 6d8de963..0b50f574 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v7.0.1 - name: Run Hugo uses: crazy-max/ghaction-hugo@v2 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b30a04c8..378288ec 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v7.0.1 with: fetch-depth: 0 - uses: actions/setup-python@v3