Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Audit Rust Dependencies
uses: rustsec/audit-check@v2.0.0
with:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install rust toolchain
Expand All @@ -43,10 +43,6 @@ jobs:
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: 'latest'
- name: Install preprocessor mdbook-admonish
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: mdbook-admonish
- name: Install preprocessor mdbook-mermaid
uses: taiki-e/cache-cargo-install-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install latest nightly
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -46,7 +46,7 @@ jobs:
# Note: closed-source code needs to provide a token,
# but open source code does not.
- name: Upload to codecov.io
uses: codecov/codecov-action@v5.4.3
uses: codecov/codecov-action@v5.5.1
with:
verbose: true
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install latest nightly
uses: dtolnay/rust-toolchain@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
label_sync:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
sparse-checkout: .github/labels.yml
- uses: EndBug/label-sync@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mark-stale-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/stale@v9
- uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: 28
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
continue-on-error: true
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v6
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Create GitHub Release
uses: taiki-e/create-gh-release-action@v1
with:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Get version number from git tag
id: tag
uses: devops-actions/action-get-tag@v1.0.3
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Get version number from git tag
id: tag
uses: devops-actions/action-get-tag@v1.0.3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install latest nightly
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -64,7 +64,7 @@ jobs:
target: [ x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl ]
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: VCS Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Infrastructure

- Build: Reorganize workspace members using glob wildcards and specify default members and exclusions
- CI: Update github actions

## [0.10.0-alpha-4] - 2025-08-07

Expand Down
6 changes: 0 additions & 6 deletions book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ authors = [
"Andreas Schaeffer"
]
language = "en"
multilingual = false
src = "src"
title = "Reactive Graph - Standard Library"
description = "The standard library of Reactive Graph"

[preprocessor.mermaid]
command = "mdbook-mermaid"

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`

[preprocessor.graphql-playground]
command = "mdbook-graphql-playground"
renderer = ["html"]
Expand Down Expand Up @@ -57,7 +52,6 @@ additional-css = [
# "./src/design/public/css/molecules/zebra-box.css",
# "./src/design/public/css/organisms/organisms.css",
"././book.css",
"././mdbook-admonish.css",
"././graphql-playground.css",
]
theme = "theme"
Expand Down
Loading
Loading