Skip to content

Commit 3073996

Browse files
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](wntrblm/nox@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>
1 parent 9109ff8 commit 3073996

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/reusable-build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: build-directory
5353

5454
- name: Setup nox
55-
uses: wntrblm/nox@2025.05.01
55+
uses: wntrblm/nox@2025.10.16
5656

5757
- name: Output Python info
5858
run: python --version --version && which python

.github/workflows/reusable-nox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check out repo
4040
uses: actions/checkout@v5
4141
- name: Setup nox
42-
uses: wntrblm/nox@2025.05.01
42+
uses: wntrblm/nox@2025.10.16
4343
with:
4444
python-versions: "${{ matrix.python-versions }}"
4545
- name: Graft ansible-core

.github/workflows/reusable-pip-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
python docs/bin/clone-core.py
5858
- name: Set up nox
59-
uses: wntrblm/nox@2025.05.01
59+
uses: wntrblm/nox@2025.10.16
6060
with:
6161
python-versions: "${{ inputs.python-versions }}"
6262
- name: Set up git committer

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: ansible
3838
fetch-depth: 0
3939
- name: Setup nox
40-
uses: wntrblm/nox@2025.05.01
40+
uses: wntrblm/nox@2025.10.16
4141
with:
4242
python-versions: "3.12"
4343
- name: Set up git committer

0 commit comments

Comments
 (0)