From 01951b21123e38c91c83d10714eb5228145f51cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:13:42 +0000 Subject: [PATCH] Bump the ci-dependencies group across 1 directory with 5 updates Bumps the ci-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml](https://github.com/darbiadev/.github) | `15.0.0` | `15.1.0` | | [darbiadev/.github/.github/workflows/rust-lint.yaml](https://github.com/darbiadev/.github) | `15.0.0` | `15.1.0` | | [darbiadev/.github/.github/workflows/rust-clippy.yaml](https://github.com/darbiadev/.github) | `15.0.0` | `15.1.0` | | [darbiadev/.github/.github/workflows/rust-test.yaml](https://github.com/darbiadev/.github) | `15.0.0` | `15.1.0` | Updates `actions/checkout` from 4 to 6 - [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/v4...v6) Updates `darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml` from 15.0.0 to 15.1.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/91dda16028f109ac78016dd740206fd109740068...45471b560aceda922ebec22a20b72f0c29914cad) Updates `darbiadev/.github/.github/workflows/rust-lint.yaml` from 15.0.0 to 15.1.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/91dda16028f109ac78016dd740206fd109740068...45471b560aceda922ebec22a20b72f0c29914cad) Updates `darbiadev/.github/.github/workflows/rust-clippy.yaml` from 15.0.0 to 15.1.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/91dda16028f109ac78016dd740206fd109740068...45471b560aceda922ebec22a20b72f0c29914cad) Updates `darbiadev/.github/.github/workflows/rust-test.yaml` from 15.0.0 to 15.1.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/91dda16028f109ac78016dd740206fd109740068...45471b560aceda922ebec22a20b72f0c29914cad) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: darbiadev/.github/.github/workflows/rust-lint.yaml dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: darbiadev/.github/.github/workflows/rust-clippy.yaml dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: darbiadev/.github/.github/workflows/rust-test.yaml dependency-version: 15.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yaml | 2 +- .github/workflows/github-pages-rust-doc.yaml | 2 +- .github/workflows/rust-ci.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 26cf988..0e6e9bf 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -11,7 +11,7 @@ jobs: audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions-rs/install@master with: crate: cargo-audit diff --git a/.github/workflows/github-pages-rust-doc.yaml b/.github/workflows/github-pages-rust-doc.yaml index e59dc56..ee14b51 100644 --- a/.github/workflows/github-pages-rust-doc.yaml +++ b/.github/workflows/github-pages-rust-doc.yaml @@ -13,4 +13,4 @@ permissions: jobs: docs: - uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@91dda16028f109ac78016dd740206fd109740068 + uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@45471b560aceda922ebec22a20b72f0c29914cad diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 5f9ae07..1311d74 100644 --- a/.github/workflows/rust-ci.yaml +++ b/.github/workflows/rust-ci.yaml @@ -13,11 +13,11 @@ jobs: lint: needs: pre-commit - uses: darbiadev/.github/.github/workflows/rust-lint.yaml@91dda16028f109ac78016dd740206fd109740068 + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@45471b560aceda922ebec22a20b72f0c29914cad clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@91dda16028f109ac78016dd740206fd109740068 + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@45471b560aceda922ebec22a20b72f0c29914cad test: needs: clippy @@ -37,7 +37,7 @@ jobs: target: "x86_64-pc-windows-msvc", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@91dda16028f109ac78016dd740206fd109740068 + uses: darbiadev/.github/.github/workflows/rust-test.yaml@45471b560aceda922ebec22a20b72f0c29914cad with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}