Skip to content

Commit e80f481

Browse files
Bump wntrblm/nox from 2024.04.15 to 2024.10.09 (#2006)
Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2024.04.15 to 2024.10.09. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.04.15...2024.10.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 d7d8ac9 commit e80f481

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.04.15
64+
uses: wntrblm/nox@2024.10.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.04.15
40+
uses: wntrblm/nox@2024.10.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
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
python docs/bin/clone-core.py
5555
- name: Set up nox
56-
uses: wntrblm/nox@2024.04.15
56+
uses: wntrblm/nox@2024.10.09
5757
with:
5858
python-versions: "3.9"
5959
- 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.04.15
40+
uses: wntrblm/nox@2024.10.09
4141
with:
4242
python-versions: "3.12"
4343
- name: Set up git committer

0 commit comments

Comments
 (0)