Skip to content

Commit d0983a9

Browse files
Bump darbiadev/.github in the ci-dependencies group (#82)
Bumps the ci-dependencies group with 1 update: [darbiadev/.github](https://github.com/darbiadev/.github). Updates `darbiadev/.github` from 13.0.0 to 14.1.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](darbiadev/.github@ea97d99...4151857) --- 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 112c08c commit d0983a9

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@ea97d99e1520c46080c4c9032a69552e491474ac
16+
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a

.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@ea97d99e1520c46080c4c9032a69552e491474ac
16+
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
1717

1818
clippy:
1919
needs: lint
20-
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@ea97d99e1520c46080c4c9032a69552e491474ac
20+
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
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@ea97d99e1520c46080c4c9032a69552e491474ac
40+
uses: darbiadev/.github/.github/workflows/rust-test.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a
4141
with:
4242
os: ${{ matrix.triple.os }}
4343
target: ${{ matrix.triple.target }}

0 commit comments

Comments
 (0)