Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the github-actions-all group with 5 updates #126

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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