From bec0b05954bfc2e31e31fc8e19af394111fd33d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:26:28 +0000 Subject: [PATCH] chore(deps): bump frequenz-floss/gh-action-setup-python-with-deps Bumps [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases) - [Commits](https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-setup-python-with-deps dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yaml | 2 +- .github/workflows/ci.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 059236f..156a55d 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -35,7 +35,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7521a6..1ef3a3d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,7 +84,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: build @@ -143,7 +143,7 @@ jobs: > pyproject.toml - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ matrix.python }} dependencies: dist/*.whl @@ -182,7 +182,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs] @@ -218,7 +218,7 @@ jobs: submodules: true - name: Setup Python - uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2 + uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4 with: python-version: ${{ env.DEFAULT_PYTHON_VERSION }} dependencies: .[dev-mkdocs]