From 0eabe58a8c5a235d749adc2400690030a041df9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 09:40:08 +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.0 to 1.0.1 - [Release notes](https://github.com/frequenz-floss/gh-action-nox/releases) - [Commits](https://github.com/frequenz-floss/gh-action-nox/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: frequenz-floss/gh-action-nox dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch 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 6611d677..363d6b20 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -43,7 +43,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.0.0 + uses: frequenz-floss/gh-action-nox@v1.0.1 with: python-version: "3.11" nox-session: ci_checks_max diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 359e5b08..a0bbe047 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: steps: - name: Run nox - uses: frequenz-floss/gh-action-nox@v1.0.0 + uses: frequenz-floss/gh-action-nox@v1.0.1 with: python-version: ${{ matrix.python }} nox-session: ${{ matrix.nox-session }}