From 003bbec205519c57b8de97aed6aa0abcb217da78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 03:12:02 +0000 Subject: [PATCH] build(deps): Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [darbiadev/.github/.github/workflows/generic-precommit.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` | | [darbiadev/.github/.github/workflows/rust-lint.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` | | [darbiadev/.github/.github/workflows/rust-clippy.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` | | [darbiadev/.github/.github/workflows/rust-test.yaml](https://github.com/darbiadev/.github) | `15.1.0` | `15.2.0` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `darbiadev/.github/.github/workflows/generic-precommit.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) Updates `darbiadev/.github/.github/workflows/rust-lint.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) Updates `darbiadev/.github/.github/workflows/rust-clippy.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) Updates `darbiadev/.github/.github/workflows/rust-test.yaml` from 15.1.0 to 15.2.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/45471b560aceda922ebec22a20b72f0c29914cad...440166417b42442c6114aaa895094f0db7de9b78) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: darbiadev/.github/.github/workflows/generic-precommit.yaml dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: darbiadev/.github/.github/workflows/rust-lint.yaml dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: darbiadev/.github/.github/workflows/rust-clippy.yaml dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: darbiadev/.github/.github/workflows/rust-test.yaml dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/python.yaml | 4 ++-- .github/workflows/rust.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 4f4a706..9f41c05 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 25a0a4d..c0d8ab4 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,4 +11,4 @@ permissions: jobs: pre-commit: - uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@45471b560aceda922ebec22a20b72f0c29914cad # v15.1.0 + uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@440166417b42442c6114aaa895094f0db7de9b78 # v15.2.0 diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 0b6e5e3..af289f2 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 1f5f839..fb77997 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -13,11 +13,11 @@ permissions: jobs: lint: - uses: darbiadev/.github/.github/workflows/rust-lint.yaml@45471b560aceda922ebec22a20b72f0c29914cad # v15.1.0 + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@440166417b42442c6114aaa895094f0db7de9b78 # v15.2.0 clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@45471b560aceda922ebec22a20b72f0c29914cad # v15.1.0 + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@440166417b42442c6114aaa895094f0db7de9b78 # v15.2.0 test: needs: "clippy" @@ -29,7 +29,7 @@ jobs: target: "x86_64-unknown-linux-gnu", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@45471b560aceda922ebec22a20b72f0c29914cad # v15.1.0 + uses: darbiadev/.github/.github/workflows/rust-test.yaml@440166417b42442c6114aaa895094f0db7de9b78 # v15.2.0 with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}