Skip to content

Commit

Permalink
chore(deps): bump the github-actions-all group with 5 updates (#126)
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `16.0.0` | `17.0.0` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.23.6` | `1.24.6` |
| [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) | `1.4.7` | `1.4.8` |
| [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `4.6.3` | `4.6.8` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6.1.0` | `7.0.5` |


Updates `DavidAnson/markdownlint-cli2-action` from 16.0.0 to 17.0.0
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/[email protected])

Updates `crate-ci/typos` from 1.23.6 to 1.24.6
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/[email protected])

Updates `rossjrw/pr-preview-action` from 1.4.7 to 1.4.8
- [Release notes](https://github.com/rossjrw/pr-preview-action/releases)
- [Commits](rossjrw/[email protected])

Updates `JamesIves/github-pages-deploy-action` from 4.6.3 to 4.6.8
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/[email protected])

Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/[email protected])

---
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: rossjrw/pr-preview-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-major
  dependency-group: github-actions-all

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Legner <[email protected]>
  • Loading branch information
dependabot[bot] and mlegner authored Oct 1, 2024
1 parent 594ee00 commit 1086446
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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@v16.0.0
- uses: DavidAnson/markdownlint-cli2-action@v17.0.0

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

check-all:
name: Check if all lint jobs succeeded
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- uses: ./.github/actions/build-mdbook
if: github.event.action != 'closed'
- name: Deploy preview
uses: rossjrw/[email protected].7
uses: rossjrw/[email protected].8
with:
source-dir: build/html
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-mdbook
- name: Update GitHub Pages
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].8
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/create-pull-request@v6.1.0
- uses: peter-evans/create-pull-request@v7.0.5
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/create-pull-request@v6.1.0
- uses: peter-evans/create-pull-request@v7.0.5
if: ${{ failure() }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exclude = [
'walrus\.site', # No service worker in the link checker.
'google\.com',
'x\.com',
'suiscan\.xyz',
]

[preprocessor]
Expand Down

0 comments on commit 1086446

Please sign in to comment.