From f4311583a0318d76df79fea885573a47518bc487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:04:21 +0000 Subject: [PATCH 1/2] Build(deps): Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) and [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action). Updates `streetsidesoftware/cspell-action` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/9cd41bb518a24fefdafd9880cbab8f0ceba04d28...de2a73e963e7443969755b648a1008f77033c5b2) Updates `JustinBeckwith/linkinator-action` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/justinbeckwith/linkinator-action/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/justinbeckwith/linkinator-action/compare/f62ba0c110a76effb2ee6022cc6ce4ab161085e3...363572b2714d25a059fceb2fa332a98e7ea3baff) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: JustinBeckwith/linkinator-action dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cspell.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index dc8bfa157e6f..55002176051a 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Run cspell - uses: streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3.0 + uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0 with: config: ".cspell.json" files: "**/*.{md,mdx}" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c0c011ba8135..e56ad1a92f3d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: run: npm run docs-vnu - name: Run linkinator - uses: JustinBeckwith/linkinator-action@f62ba0c110a76effb2ee6022cc6ce4ab161085e3 # v2.4 + uses: JustinBeckwith/linkinator-action@363572b2714d25a059fceb2fa332a98e7ea3baff # v2.4 with: paths: _site recurse: true From 81820ff8588cf25db61895f079f0a3c9de6a7889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 7 Apr 2026 22:05:20 +0200 Subject: [PATCH 2/2] . --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e56ad1a92f3d..84c38ddbc45f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: run: npm run docs-vnu - name: Run linkinator - uses: JustinBeckwith/linkinator-action@363572b2714d25a059fceb2fa332a98e7ea3baff # v2.4 + uses: JustinBeckwith/linkinator-action@363572b2714d25a059fceb2fa332a98e7ea3baff # v2.4.1 with: paths: _site recurse: true