From dee10983c1e01f72829687477311175feca832a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:06:46 +0000 Subject: [PATCH] build(deps): bump the devops group with 2 updates (#7925) Bumps the devops group with 2 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [jontze/action-mdbook](https://github.com/jontze/action-mdbook). Updates `tj-actions/changed-files` from 40.0.2 to 40.1.1 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v40.0.2...v40.1.1) Updates `jontze/action-mdbook` from 2.2.2 to 3.0.0 - [Release notes](https://github.com/jontze/action-mdbook/releases) - [Changelog](https://github.com/jontze/action-mdbook/blob/master/CHANGELOG.md) - [Commits](https://github.com/jontze/action-mdbook/compare/v2.2.2...v3.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devops - dependency-name: jontze/action-mdbook dependency-type: direct:production update-type: version-update:semver-major dependency-group: devops ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-lint.yml | 4 ++-- .github/workflows/docs-deploy-firebase.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 0146b4f75fa..12add6d2951 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -37,7 +37,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v40.0.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | **/*.rs @@ -49,7 +49,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v40.0.2 + uses: tj-actions/changed-files@v40.1.1 with: files: | .github/workflows/*.yml diff --git a/.github/workflows/docs-deploy-firebase.yml b/.github/workflows/docs-deploy-firebase.yml index eadfcfd440e..e6d0220dcba 100644 --- a/.github/workflows/docs-deploy-firebase.yml +++ b/.github/workflows/docs-deploy-firebase.yml @@ -79,7 +79,7 @@ jobs: - uses: r7kamura/rust-problem-matchers@v1.4.0 - name: Setup mdBook - uses: jontze/action-mdbook@v2.2.2 + uses: jontze/action-mdbook@v3.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} mdbook-version: '~0.4'