Skip to content

Commit 071797b

Browse files
Bump wntrblm/nox from 2025.02.09 to 2025.05.01 (#2593)
Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2025.02.09 to 2025.05.01. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-version: 2025.05.01 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14ced40 commit 071797b

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
@@ -48,7 +48,7 @@ jobs:
4848
path: build-directory
4949

5050
- name: Setup nox
51-
uses: wntrblm/nox@2025.02.09
51+
uses: wntrblm/nox@2025.05.01
5252

5353
- name: Output Python info
5454
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@v4
4141
- name: Setup nox
42-
uses: wntrblm/nox@2025.02.09
42+
uses: wntrblm/nox@2025.05.01
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.02.09
59+
uses: wntrblm/nox@2025.05.01
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.02.09
40+
uses: wntrblm/nox@2025.05.01
4141
with:
4242
python-versions: "3.12"
4343
- name: Set up git committer

0 commit comments

Comments
 (0)