From f643a7ec7f9cfb9dac652ac66d922b612fe5732e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:49:05 +0000 Subject: [PATCH] GH Actions: Bump the action-runners group with 2 updates Bumps the action-runners group with 2 updates: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `DavidAnson/markdownlint-cli2-action` from 23.0.0 to 23.1.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/ce4853d43830c74c1753b39f3cf40f71c2031eb9...6b51ade7a9e4a75a7ad929842dd298a3804ebe8b) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 23.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-markdownlint.yml | 2 +- .github/workflows/reusable-remark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-markdownlint.yml b/.github/workflows/reusable-markdownlint.yml index 276e3b1..958516e 100644 --- a/.github/workflows/reusable-markdownlint.yml +++ b/.github/workflows/reusable-markdownlint.yml @@ -28,4 +28,4 @@ jobs: # @link https://github.com/marketplace/actions/markdownlint-cli2-action - name: Check markdown with CLI2 if: ${{ steps.has_config.outputs.files_exists == 'true' }} - uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23.0.0 + uses: DavidAnson/markdownlint-cli2-action@6b51ade7a9e4a75a7ad929842dd298a3804ebe8b # v23.1.0 diff --git a/.github/workflows/reusable-remark.yml b/.github/workflows/reusable-remark.yml index 35e3c86..b7bc4e8 100644 --- a/.github/workflows/reusable-remark.yml +++ b/.github/workflows/reusable-remark.yml @@ -28,7 +28,7 @@ jobs: - name: Set up node and enable caching of dependencies if: ${{ steps.has_config.outputs.files_exists == 'true' }} - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: "20"