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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f2b1737edd
commit
dee10983c1
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue