From c270d8e45d6e0852544c356224a0e0da26a363d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:08:59 +0000 Subject: [PATCH] Bump frequenz-floss/gh-action-nox in the compatible group Bumps the compatible group with 1 update: [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox). Updates `frequenz-floss/gh-action-nox` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](https://github.com/frequenz-floss/gh-action-nox/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 79c8e69..d0a90ed 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.0.1 + uses: frequenz-floss/gh-action-nox@v1.1.0 with: python-version: "3.11" nox-session: ci_checks_max diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d542d42..db242f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.0.1 + uses: frequenz-floss/gh-action-nox@v1.1.0 with: python-version: ${{ matrix.python }} nox-session: ${{ matrix.nox-session }}