From 4a58767c4f76981e7dd7c7fbfa726ff2f2650bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:43:46 +0000 Subject: [PATCH] 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/all-patterns-listed.yml | 2 +- .github/workflows/book.yml | 2 +- .github/workflows/generate-mindmap.yml | 2 +- .github/workflows/i18n-consistency-checker.yaml | 2 +- .github/workflows/link-checker-prs.yml | 2 +- .github/workflows/link-checker.yml | 2 +- .github/workflows/lint-patterns.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/pattern-metrics.yaml | 2 +- .github/workflows/vale.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/all-patterns-listed.yml b/.github/workflows/all-patterns-listed.yml index c7748dccd..311aa6ea8 100644 --- a/.github/workflows/all-patterns-listed.yml +++ b/.github/workflows/all-patterns-listed.yml @@ -13,7 +13,7 @@ jobs: all-patterns-listed: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check if all patterns are listed in README.md run: | diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 94638b3d9..116cd4b03 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -18,7 +18,7 @@ jobs: language: [en, ja, zh, pt-br, gl, es] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index bce021de0..64961309f 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -27,7 +27,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/i18n-consistency-checker.yaml b/.github/workflows/i18n-consistency-checker.yaml index f1e877210..79f894d5e 100644 --- a/.github/workflows/i18n-consistency-checker.yaml +++ b/.github/workflows/i18n-consistency-checker.yaml @@ -17,7 +17,7 @@ jobs: matrix: language: [ja, zh, pt-br, gl, es] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '0' - name: Check consistency and create issue diff --git a/.github/workflows/link-checker-prs.yml b/.github/workflows/link-checker-prs.yml index f7175e260..0db1b0734 100644 --- a/.github/workflows/link-checker-prs.yml +++ b/.github/workflows/link-checker-prs.yml @@ -15,7 +15,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 73f9a4705..46d22bd82 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -15,7 +15,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Restore lychee cache uses: actions/cache@v5 diff --git a/.github/workflows/lint-patterns.yml b/.github/workflows/lint-patterns.yml index b8a96f1e0..6800b5719 100644 --- a/.github/workflows/lint-patterns.yml +++ b/.github/workflows/lint-patterns.yml @@ -18,7 +18,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Problem Matcher for markdownlint-cli uses: xt0rted/markdownlint-problem-matcher@v3 - name: Lint pattern files (markdown) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 15287c4d7..57d95ee00 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/pattern-metrics.yaml b/.github/workflows/pattern-metrics.yaml index 06d7b6b35..025a8e84e 100644 --- a/.github/workflows/pattern-metrics.yaml +++ b/.github/workflows/pattern-metrics.yaml @@ -29,7 +29,7 @@ jobs: echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV" - name: Check out the code so we can get the CODEOWNERS names - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: | .github/CODEOWNERS diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index d34857448..c450d2cd2 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Vale Linting uses: vale-cli/vale-action@v2