From 3f527f45f3309afbb73b9e8d079f0254af4f01f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:16:57 +0000 Subject: [PATCH] build(deps): Bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [darbiadev/.github](https://github.com/darbiadev/.github) and [actions/setup-python](https://github.com/actions/setup-python). Updates `darbiadev/.github` from 13.1.2 to 14.0.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/12e07d61ed37c908baa73f8d5550281b3ed9cddd...e3ebedcaeee8d40bdb7ef569dacd74829ab0c368) Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...f677139bbe7f9c59b41e40162b753c062f5d49a3) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/python.yaml | 4 ++-- .github/workflows/rust.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index ad2ecee..461cb70 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@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2 + uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0 diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 94d3d71..0c782e0 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: "Setup Python" - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: "3.x" allow-prereleases: true @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: "Setup Python" - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: python-version: "3.x" cache: "pip" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 4141be4..a63e134 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@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2 + uses: darbiadev/.github/.github/workflows/rust-lint.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0 clippy: needs: lint - uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2 + uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0 test: needs: "clippy" @@ -26,7 +26,7 @@ jobs: target: "x86_64-unknown-linux-gnu", } - uses: darbiadev/.github/.github/workflows/rust-test.yaml@12e07d61ed37c908baa73f8d5550281b3ed9cddd # v13.1.2 + uses: darbiadev/.github/.github/workflows/rust-test.yaml@e3ebedcaeee8d40bdb7ef569dacd74829ab0c368 # v14.0.0 with: os: ${{ matrix.triple.os }} target: ${{ matrix.triple.target }}