mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
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:
2
.github/workflows/reusable-build-docs.yaml
vendored
2
.github/workflows/reusable-build-docs.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/reusable-nox.yml
vendored
2
.github/workflows/reusable-nox.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/reusable-pip-compile.yml
vendored
2
.github/workflows/reusable-pip-compile.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user