Skip to content

Commit

Permalink
build(deps): Bump the ci-dependencies group with 1 update (#321)
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).

- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@9160d4d...b0749d5)

---
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>
  • Loading branch information
dependabot[bot] authored Nov 25, 2023
1 parent 3c88847 commit 57263e8
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@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0

clippy:
needs: lint
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.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@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1
uses: darbiadev/.github/.github/workflows/rust-test.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0
with:
os: ${{ matrix.triple.os }}
target: ${{ matrix.triple.target }}
Expand All @@ -31,4 +31,4 @@ jobs:
contents: read
pages: write
id-token: write
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@b0749d50c2f32c5672a7c459f55f39416941c26d # v5.1.0

0 comments on commit 57263e8

Please sign in to comment.