Skip to content

Commit

Permalink
chore(deps): bump the github-actions-all group with 4 updates (#193)
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 4 updates: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action), [crate-ci/typos](https://github.com/crate-ci/typos), [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `DavidAnson/markdownlint-cli2-action` from 18.0.0 to 19.0.0
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v18.0.0...v19.0.0)

Updates `crate-ci/typos` from 1.28.1 to 1.29.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.28.1...v1.29.0)

Updates `JamesIves/github-pages-deploy-action` from 4.7.1 to 4.7.2
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.7.1...v4.7.2)

Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7.0.5...v7.0.6)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 251dd06 commit 8d4cd29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
name: Lint all markdown files
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v18.0.0
- uses: DavidAnson/markdownlint-cli2-action@v19.0.0

typos:
runs-on: ubuntu-latest
name: Check spelling
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.28.1
- uses: crate-ci/typos@v1.29.0

check-all:
name: Check if all lint jobs succeeded
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-mdbook
- name: Update GitHub Pages
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
folder: build/html
clean-exclude: pr-preview/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- run: pre-commit autoupdate
- run: pre-commit run --all-files

- uses: peter-evans/[email protected].5
- uses: peter-evans/[email protected].6
if: ${{ success() }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: chore/update-pre-commit-hooks
title: "chore: update pre-commit hooks"
commit-message: "chore: update pre-commit hooks"
body: Update pre-commit hooks to latest version.
- uses: peter-evans/[email protected].5
- uses: peter-evans/[email protected].6
if: ${{ failure() }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8d4cd29

Please sign in to comment.