From 9a43aad62e1fb10b4bceef7d1618d49efa53db5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:48:15 +0000 Subject: [PATCH] Bump the ci-dependencies group with 1 update Bumps the ci-dependencies group with 1 update: [darbiadev/.github](https://github.com/darbiadev/.github). Updates `darbiadev/.github` from 13.0.0 to 13.0.3 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/ea97d99e1520c46080c4c9032a69552e491474ac...29197a38ef3741064f47b623ede0c1ad22402c57) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-patch 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 2788d08..0069207 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@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3 diff --git a/.github/workflows/rust-ci.yaml b/.github/workflows/rust-ci.yaml index 972c475..ec01840 100644 --- a/.github/workflows/rust-ci.yaml +++ b/.github/workflows/rust-ci.yaml @@ -8,11 +8,11 @@ on: jobs: lint: - uses: darbiadev/.github/.github/workflows/rust-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3 clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3 test: needs: clippy @@ -24,7 +24,7 @@ jobs: target: "x86_64-unknown-linux-gnu", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/rust-test.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3 with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}