From 68aca5884eec28024c9ff57970dd3cf73a15e8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:25:20 +0000 Subject: [PATCH] build(deps): Bump darbiadev/.github from 11.0.0 to 13.0.0 Bumps [darbiadev/.github](https://github.com/darbiadev/.github) from 11.0.0 to 13.0.0. - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/38577afaee35510b6792495a87b07d49b5cdf387...ea97d99e1520c46080c4c9032a69552e491474ac) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/rust.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index f099d7b..96dd3d0 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -8,4 +8,4 @@ on: jobs: pre-commit: - uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0 + uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index e923151..8893e40 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -10,11 +10,11 @@ on: jobs: lint: - uses: darbiadev/.github/.github/workflows/rust-lint.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0 + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0 + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 test: needs: "clippy" @@ -26,7 +26,7 @@ jobs: target: "x86_64-unknown-linux-gnu", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0 + uses: darbiadev/.github/.github/workflows/rust-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}