From d920bffd06e5e35956c65375749561b309508b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:14:25 +0000 Subject: [PATCH] Bump wntrblm/nox from 2025.05.01 to 2025.10.16 Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2025.05.01 to 2025.10.16. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.05.01...2025.10.16) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-version: 2025.10.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-docs.yaml | 2 +- .github/workflows/reusable-nox.yml | 2 +- .github/workflows/reusable-pip-compile.yml | 2 +- .github/workflows/tag.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-build-docs.yaml b/.github/workflows/reusable-build-docs.yaml index 434b2f436d..0dd7b27725 100644 --- a/.github/workflows/reusable-build-docs.yaml +++ b/.github/workflows/reusable-build-docs.yaml @@ -52,7 +52,7 @@ jobs: path: build-directory - name: Setup nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 - name: Output Python info run: python --version --version && which python diff --git a/.github/workflows/reusable-nox.yml b/.github/workflows/reusable-nox.yml index 9c67f218f1..c46f4a4552 100644 --- a/.github/workflows/reusable-nox.yml +++ b/.github/workflows/reusable-nox.yml @@ -39,7 +39,7 @@ jobs: - name: Check out repo uses: actions/checkout@v5 - name: Setup nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 with: python-versions: "${{ matrix.python-versions }}" - name: Graft ansible-core diff --git a/.github/workflows/reusable-pip-compile.yml b/.github/workflows/reusable-pip-compile.yml index 9639d10d90..5c03236a6d 100644 --- a/.github/workflows/reusable-pip-compile.yml +++ b/.github/workflows/reusable-pip-compile.yml @@ -56,7 +56,7 @@ jobs: run: | python docs/bin/clone-core.py - name: Set up nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 with: python-versions: "${{ inputs.python-versions }}" - name: Set up git committer diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c8850fe4c6..855a241a5a 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -37,7 +37,7 @@ jobs: path: ansible fetch-depth: 0 - name: Setup nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 with: python-versions: "3.12" - name: Set up git committer