Skip to content

Commit 8b6f362

Browse files
Bump darbiadev/.github in the ci-dependencies group (#87)
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](darbiadev/.github@4151857...91dda16) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0983a9 commit 8b6f362

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-pages-rust-doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
docs:
16-
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
16+
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@91dda16028f109ac78016dd740206fd109740068

.github/workflows/rust-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
lint:
1515
needs: pre-commit
16-
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
16+
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@91dda16028f109ac78016dd740206fd109740068
1717

1818
clippy:
1919
needs: lint
20-
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
20+
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@91dda16028f109ac78016dd740206fd109740068
2121

2222
test:
2323
needs: clippy
@@ -37,7 +37,7 @@ jobs:
3737
target: "x86_64-pc-windows-msvc",
3838
}
3939

40-
uses: darbiadev/.github/.github/workflows/rust-test.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
40+
uses: darbiadev/.github/.github/workflows/rust-test.yaml@91dda16028f109ac78016dd740206fd109740068
4141
with:
4242
os: ${{ matrix.triple.os }}
4343
target: ${{ matrix.triple.target }}

0 commit comments

Comments
 (0)