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](https://github.com/wntrblm/nox/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-06 11:46:42 -04:00
committed by GitHub
parent 14ced40b8c
commit 071797b42e
4 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ jobs:
path: build-directory
- name: Setup nox
uses: wntrblm/nox@2025.02.09
uses: wntrblm/nox@2025.05.01
- name: Output Python info
run: python --version --version && which python

View File

@@ -39,7 +39,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup nox
uses: wntrblm/nox@2025.02.09
uses: wntrblm/nox@2025.05.01
with:
python-versions: "${{ matrix.python-versions }}"
- name: Graft ansible-core

View File

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

View File

@@ -37,7 +37,7 @@ jobs:
path: ansible
fetch-depth: 0
- name: Setup nox
uses: wntrblm/nox@2025.02.09
uses: wntrblm/nox@2025.05.01
with:
python-versions: "3.12"
- name: Set up git committer