From 4a3af7441327d3609f4117962ed58e3084742657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:47:51 +0000 Subject: [PATCH] chore(dep): bump the deps group across 1 directory with 4 updates Bumps the deps group with 4 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action), [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook), [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/dependency-review-action` from 3 to 4 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3...v4) Updates `peaceiris/actions-mdbook` from 1 to 2 - [Release notes](https://github.com/peaceiris/actions-mdbook/releases) - [Changelog](https://github.com/peaceiris/actions-mdbook/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-mdbook/compare/v1...v2) Updates `peaceiris/actions-gh-pages` from 3 to 4 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4) Updates `crate-ci/typos` from 1.16.26 to 1.24.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.16.26...v1.24.5) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: peaceiris/actions-mdbook dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- .github/workflows/deps.yml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/typos.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 4d3869c31..8ac7ae270 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -12,4 +12,4 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Dependency Review - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ed3f0bf7f..ece4d5381 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup mdBook - uses: peaceiris/actions-mdbook@v1 + uses: peaceiris/actions-mdbook@v2 with: mdbook-version: "latest" @@ -38,7 +38,7 @@ jobs: run: mv target/doc docs/book/rustdocs - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/book diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index c2ad4525c..f46b8b2bc 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,4 +15,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crate-ci/typos@v1.16.26 + - uses: crate-ci/typos@v1.24.5