From c1f37764f663c40ab5d73b4379631c784226babe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 00:42:46 -0600 Subject: [PATCH] Bump the ci-dependencies group with 1 update (#77) Bumps the ci-dependencies group with 1 update: [darbiadev/.github](https://github.com/darbiadev/.github). Updates `darbiadev/.github` from 11.0.0 to 13.0.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/38577afaee35510b6792495a87b07d49b5cdf387...ea97d99e1520c46080c4c9032a69552e491474ac) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 82ac252..9ba74ea 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@38577afaee35510b6792495a87b07d49b5cdf387 + uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@ea97d99e1520c46080c4c9032a69552e491474ac diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index bf0f340..d8ce587 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@38577afaee35510b6792495a87b07d49b5cdf387 + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@38577afaee35510b6792495a87b07d49b5cdf387 + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@ea97d99e1520c46080c4c9032a69552e491474ac test: needs: clippy @@ -37,7 +37,7 @@ jobs: target: "x86_64-pc-windows-msvc", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 + uses: darbiadev/.github/.github/workflows/rust-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}