From eb81c648e9c38a88f002411d102e4f7ce5adae96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:34:34 +0000 Subject: [PATCH] Bump darbiadev/.github in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [darbiadev/.github](https://github.com/darbiadev/.github). Updates `darbiadev/.github` from 14.1.0 to 15.0.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/41518576ed6c499ed3e68d5cbceaeaa50abd471a...91dda16028f109ac78016dd740206fd109740068) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-major 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 f0144ff..e59dc56 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@41518576ed6c499ed3e68d5cbceaeaa50abd471a + uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@91dda16028f109ac78016dd740206fd109740068 diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 1e96668..5f9ae07 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@41518576ed6c499ed3e68d5cbceaeaa50abd471a + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@91dda16028f109ac78016dd740206fd109740068 clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@91dda16028f109ac78016dd740206fd109740068 test: needs: clippy @@ -37,7 +37,7 @@ jobs: target: "x86_64-pc-windows-msvc", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a + uses: darbiadev/.github/.github/workflows/rust-test.yaml@91dda16028f109ac78016dd740206fd109740068 with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}