Bump wntrblm/nox from 2025.11.12 to 2026.02.09 (#3480)

Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2025.11.12 to 2026.02.09.
- [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.11.12...2026.02.09)

---
updated-dependencies:
- dependency-name: wntrblm/nox
  dependency-version: 2026.02.09
  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]
2026-02-16 12:32:20 +00:00
committed by GitHub
parent b698c6a800
commit da4de53ef4
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ jobs:
persist-credentials: false
- name: Setup nox
uses: wntrblm/nox@2025.11.12
uses: wntrblm/nox@2026.02.09
- name: Output Python info
run: python --version --version && which python

View File

@@ -43,7 +43,7 @@ jobs:
with:
persist-credentials: false
- name: Setup nox
uses: wntrblm/nox@2025.11.12
uses: wntrblm/nox@2026.02.09
with:
python-versions: "${{ matrix.python-versions }}"
- name: Graft ansible-core

View File

@@ -54,7 +54,7 @@ jobs:
run: |
python docs/bin/clone-core.py
- name: Set up nox
uses: wntrblm/nox@2025.11.12
uses: wntrblm/nox@2026.02.09
with:
python-versions: "${{ inputs.python-versions }}"
- name: Set up git committer

View File

@@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup nox
uses: wntrblm/nox@2025.11.12
uses: wntrblm/nox@2026.02.09
with:
python-versions: "3.12"
- name: Set up git committer