mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Bump wntrblm/nox from 2025.10.16 to 2025.11.12 (#3258)
Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2025.10.16 to 2025.11.12. - [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.10.16...2025.11.12) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor ... 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
@@ -52,7 +52,7 @@ jobs:
|
||||
path: build-directory
|
||||
|
||||
- name: Setup nox
|
||||
uses: wntrblm/nox@2025.10.16
|
||||
uses: wntrblm/nox@2025.11.12
|
||||
|
||||
- name: Output Python info
|
||||
run: python --version --version && which python
|
||||
|
||||
2
.github/workflows/reusable-nox.yml
vendored
2
.github/workflows/reusable-nox.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup nox
|
||||
uses: wntrblm/nox@2025.10.16
|
||||
uses: wntrblm/nox@2025.11.12
|
||||
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
@@ -56,7 +56,7 @@ jobs:
|
||||
run: |
|
||||
python docs/bin/clone-core.py
|
||||
- name: Set up nox
|
||||
uses: wntrblm/nox@2025.10.16
|
||||
uses: wntrblm/nox@2025.11.12
|
||||
with:
|
||||
python-versions: "${{ inputs.python-versions }}"
|
||||
- name: Set up git committer
|
||||
|
||||
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
path: ansible
|
||||
fetch-depth: 0
|
||||
- name: Setup nox
|
||||
uses: wntrblm/nox@2025.10.16
|
||||
uses: wntrblm/nox@2025.11.12
|
||||
with:
|
||||
python-versions: "3.12"
|
||||
- name: Set up git committer
|
||||
|
||||
Reference in New Issue
Block a user