From a92e0932051b3a4f9a79c7a59874bb071394151e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 23:23:37 +0000 Subject: [PATCH] chore(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/checkout` from 4 to 5 - [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...v5) Updates `crate-ci/typos` from 1.35.3 to 1.35.5 - [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.35.3...v1.35.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: crate-ci/typos dependency-version: 1.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/actions-lint.yaml | 2 +- .github/workflows/files.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actions-lint.yaml b/.github/workflows/actions-lint.yaml index ff96d3a..c33bf94 100644 --- a/.github/workflows/actions-lint.yaml +++ b/.github/workflows/actions-lint.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: actionlint uses: raven-actions/actionlint@v2 diff --git a/.github/workflows/files.yml b/.github/workflows/files.yml index 950ad81..64768b9 100644 --- a/.github/workflows/files.yml +++ b/.github/workflows/files.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 - name: yamllint uses: ibiqlik/action-yamllint@v3 @@ -23,16 +23,16 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 - name: typos-action - uses: crate-ci/typos@v1.35.3 + uses: crate-ci/typos@v1.35.5 markdownlint: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 - name: markdownlint-cli2-action uses: DavidAnson/markdownlint-cli2-action@v20.0.0 @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5 - name: editorconfig-checker-action uses: editorconfig-checker/action-editorconfig-checker@v2 @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4 + uses: actions/checkout@v5 # mitigate some issues with the vale-action - name: Install Asciidoctor