Bump wntrblm/nox from 2024.10.09 to 2025.02.09 (#2405)

Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2024.10.09 to 2025.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/2024.10.09...2025.02.09)

---
updated-dependencies:
- dependency-name: wntrblm/nox
  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-02-12 18:37:35 +01:00
committed by GitHub
parent 857de64d3b
commit 9fae140b5f
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -37,7 +37,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup nox
uses: wntrblm/nox@2024.10.09
uses: wntrblm/nox@2025.02.09
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@2024.10.09
uses: wntrblm/nox@2025.02.09
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@2024.10.09
uses: wntrblm/nox@2025.02.09
with:
python-versions: "3.12"
- name: Set up git committer