From d66abb5b22eba96be8e4d9ab81967032a0959c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:18:15 +0000 Subject: [PATCH] chore(deps): bump the github-actions-all group with 2 updates Bumps the github-actions-all group with 2 updates: [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `amannn/action-semantic-pull-request` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0) Updates `crate-ci/typos` from 1.16.21 to 1.16.22 - [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.16.21...v1.16.22) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 332fb2d..94b07e9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Check commit messages uses: aevea/commitsar@v0.20.2 - name: Check PR title - uses: amannn/action-semantic-pull-request@v5.3.0 + uses: amannn/action-semantic-pull-request@v5.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -35,7 +35,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.16.21 + - uses: crate-ci/typos@v1.16.22 check-all: name: Check if all lint jobs succeeded