Skip to content

Commit

Permalink
build(deps): 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 5.1.0 to 13.0.0
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@b0749d5...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 efb4a54 commit c58c322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
lint:
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

clippy:
needs: lint
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

test:
needs: clippy
Expand All @@ -21,7 +21,7 @@ jobs:
triple:
- { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu" }

uses: darbiadev/.github/.github/workflows/rust-test.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0
uses: darbiadev/.github/.github/workflows/rust-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
with:
os: ${{ matrix.triple.os }}
target: ${{ matrix.triple.target }}
Expand All @@ -31,7 +31,7 @@ jobs:
contents: read
pages: write
id-token: write
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c58c322

Please sign in to comment.