From d6e3adcb6022a994992aac2cd8fe6ce24cc0668d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:52:06 +0100 Subject: [PATCH] chore(deps): bump the github-actions-all group with 3 updates (#7) Bumps the github-actions-all group with 3 updates: [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request), [crate-ci/typos](https://github.com/crate-ci/typos) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `amannn/action-semantic-pull-request` from 5.5.2 to 5.5.3 - [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.5.2...v5.5.3) Updates `crate-ci/typos` from 1.21.0 to 1.22.9 - [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.21.0...v1.22.9) Updates `peter-evans/create-pull-request` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 4 ++-- .github/workflows/updates.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec8dd8c..b4a6c1c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Check PR title - uses: amannn/action-semantic-pull-request@v5.5.2 + uses: amannn/action-semantic-pull-request@v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -34,7 +34,7 @@ jobs: name: Check spelling steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.21.0 + - uses: crate-ci/typos@v1.22.9 license-headers: runs-on: ubuntu-latest diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 2f5c9d8..4cb968d 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -29,7 +29,7 @@ jobs: --repo https://github.com/crate-ci/typos --repo https://github.com/EmbarkStudios/cargo-deny - run: pre-commit run --all-files - - uses: peter-evans/create-pull-request@v6.0.5 + - uses: peter-evans/create-pull-request@v6.1.0 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -37,7 +37,7 @@ jobs: title: "chore: update pre-commit hooks" commit-message: "chore: update pre-commit hooks" body: Update pre-commit hooks to latest version. - - uses: peter-evans/create-pull-request@v6.0.5 + - uses: peter-evans/create-pull-request@v6.1.0 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }}