Skip to content

Commit

Permalink
Merge pull request #316 from darbiadev/dependabot/github_actions/ci-d…
Browse files Browse the repository at this point in the history
…ependencies-6c34af62c4

build(deps): Bump the ci-dependencies group with 1 update
  • Loading branch information
shenanigansd authored Nov 12, 2023
2 parents 3e43faf + c1515fa commit 99fe690
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@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1
6 changes: 3 additions & 3 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@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1

clippy:
needs: lint
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1

test:
needs: clippy
Expand All @@ -32,7 +32,7 @@ jobs:
target: "x86_64-pc-windows-msvc",
}

uses: darbiadev/.github/.github/workflows/rust-test.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0
uses: darbiadev/.github/.github/workflows/rust-test.yaml@9160d4ddd590c15fe8a1f6d1704bf8806969d2b6 # v4.0.1
with:
os: ${{ matrix.triple.os }}
target: ${{ matrix.triple.target }}

0 comments on commit 99fe690

Please sign in to comment.