From 9d60c7c3480af3f054906fb0a00c62660cf16c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:05:39 +0000 Subject: [PATCH] Bump the ci-dependencies group with 4 updates Bumps the ci-dependencies group with 4 updates: [darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml](https://github.com/darbiadev/.github), [darbiadev/.github/.github/workflows/rust-lint.yaml](https://github.com/darbiadev/.github), [darbiadev/.github/.github/workflows/rust-clippy.yaml](https://github.com/darbiadev/.github) and [darbiadev/.github/.github/workflows/rust-test.yaml](https://github.com/darbiadev/.github). Updates `darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) Updates `darbiadev/.github/.github/workflows/rust-lint.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) Updates `darbiadev/.github/.github/workflows/rust-clippy.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) Updates `darbiadev/.github/.github/workflows/rust-test.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) --- updated-dependencies: - dependency-name: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml dependency-version: 15.2.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.2.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.2.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.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/github-pages-rust-doc.yaml | 2 +- .github/workflows/rust-ci.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-pages-rust-doc.yaml b/.github/workflows/github-pages-rust-doc.yaml index ee14b51..b9b33ee 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@45471b560aceda922ebec22a20b72f0c29914cad + uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@440166417b42442c6114aaa895094f0db7de9b78 diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 1311d74..3a83d54 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@45471b560aceda922ebec22a20b72f0c29914cad + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@440166417b42442c6114aaa895094f0db7de9b78 clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@45471b560aceda922ebec22a20b72f0c29914cad + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@440166417b42442c6114aaa895094f0db7de9b78 test: needs: clippy @@ -37,7 +37,7 @@ jobs: target: "x86_64-pc-windows-msvc", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@45471b560aceda922ebec22a20b72f0c29914cad + uses: darbiadev/.github/.github/workflows/rust-test.yaml@440166417b42442c6114aaa895094f0db7de9b78 with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}