Bump wntrblm/nox from 2025.05.01 to 2025.10.16 (#3152)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-20 18:19:48 +02:00
committed by GitHub
parent 9109ff8e70
commit 307399692c
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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