From e9f81fe5b1488236fc7e0090a26bb87837edd85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:46:22 +0000 Subject: [PATCH] build(deps): bump the actions-dependencies group across 1 directory with 3 updates Bumps the actions-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [typst-community/setup-typst](https://github.com/typst-community/setup-typst) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `typst-community/setup-typst` from 4 to 5 - [Release notes](https://github.com/typst-community/setup-typst/releases) - [Commits](https://github.com/typst-community/setup-typst/compare/v4...v5) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: typst-community/setup-typst dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs.yaml | 4 ++-- .github/workflows/release.yml | 8 ++++---- .github/workflows/test.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mkdocs.yaml b/.github/workflows/mkdocs.yaml index 731f35bb..8335b270 100644 --- a/.github/workflows/mkdocs.yaml +++ b/.github/workflows/mkdocs.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Rust (nightly for rustdoc JSON) uses: dtolnay/rust-toolchain@nightly @@ -42,7 +42,7 @@ jobs: cache-dependency-glob: assets/sites/uv.lock - name: Install typst - uses: typst-community/setup-typst@v4 + uses: typst-community/setup-typst@v5 - name: Setup pages uses: actions/configure-pages@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82ba5a58..32629474 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -205,11 +205,11 @@ jobs: # Windows aarch: todo steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -291,7 +291,7 @@ jobs: runs-on: ubuntu-latest permissions: write-all steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true @@ -365,7 +365,7 @@ jobs: runs-on: ubuntu-latest needs: [compile] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 003bece6..b53334a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - beta - nightly steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable