Skip to content

Commit 9ffd4a7

Browse files
dependabot[bot]ketankelkar
authored andcommitted
Bump wntrblm/nox from 2024.10.09 to 2025.02.09 (ansible#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](wntrblm/nox@2024.10.09...2025.02.09) --- updated-dependencies: - dependency-name: wntrblm/nox 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 ed25723 commit 9ffd4a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
path: build-directory
6262

6363
- name: Setup nox
64-
uses: wntrblm/nox@2024.10.09
64+
uses: wntrblm/nox@2025.02.09
6565

6666
- name: Output Python info
6767
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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Check out repo
3838
uses: actions/checkout@v4
3939
- name: Setup nox
40-
uses: wntrblm/nox@2024.10.09
40+
uses: wntrblm/nox@2025.02.09
4141
with:
4242
python-versions: "${{ matrix.python-versions }}"
4343
- 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@2024.10.09
59+
uses: wntrblm/nox@2025.02.09
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@2024.10.09
40+
uses: wntrblm/nox@2025.02.09
4141
with:
4242
python-versions: "3.12"
4343
- name: Set up git committer

0 commit comments

Comments
 (0)