From 94f7e3cf6167a396509f5f94295de5d30936b3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:24:50 +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: [actions/checkout](https://github.com/actions/checkout) and [errata-ai/vale-action](https://github.com/errata-ai/vale-action). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [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.2.1...v4.2.2) Updates `errata-ai/vale-action` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/errata-ai/vale-action/releases) - [Commits](https://github.com/errata-ai/vale-action/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: errata-ai/vale-action 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/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions-lint.yaml b/.github/workflows/actions-lint.yaml index ffd2c37..73b447e 100644 --- a/.github/workflows/actions-lint.yaml +++ b/.github/workflows/actions-lint.yaml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout-action - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: actionlint uses: raven-actions/actionlint@v2.0.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e06f8b..b58069c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,14 @@ jobs: fail-fast: false steps: - name: checkout-action - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: yamllint uses: ibiqlik/action-yamllint@v3 # uses: reviewdog/action-yamllint@v1 # failed to detect errors... - name: vale-action - uses: errata-ai/vale-action@v2.1.0 + uses: errata-ai/vale-action@v2.1.1 - name: typos-action # uses: crate-ci/typos@v1.21.0