From 00688ebc3354d672ea8fa7016e52ea58c040d10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:26:03 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [crate-ci/typos](https://github.com/crate-ci/typos) and [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `crate-ci/typos` from 1.32.0 to 1.33.1 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.32.0...v1.33.1) Updates `DavidAnson/markdownlint-cli2-action` from 19.1.0 to 20.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v19.1.0...v20.0.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/files.yml b/.github/workflows/files.yml index 40e2692..79d6e3c 100644 --- a/.github/workflows/files.yml +++ b/.github/workflows/files.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: typos-action - uses: crate-ci/typos@v1.32.0 + uses: crate-ci/typos@v1.33.1 markdownlint: runs-on: ubuntu-latest @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: markdownlint-cli2-action - uses: DavidAnson/markdownlint-cli2-action@v19.1.0 + uses: DavidAnson/markdownlint-cli2-action@v20.0.0 editorconfig-checker: runs-on: ubuntu-latest