Skip to content

Commit

Permalink
Bump the ci-dependencies group with 1 update
Browse files Browse the repository at this point in the history
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](darbiadev/.github@38577af...ea97d99)

---
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]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 13584b4 commit 9fca2b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-rust-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 9fca2b1

Please sign in to comment.