diff --git a/.github/workflows/reusable-build-docs.yaml b/.github/workflows/reusable-build-docs.yaml index 434b2f436d..0dd7b27725 100644 --- a/.github/workflows/reusable-build-docs.yaml +++ b/.github/workflows/reusable-build-docs.yaml @@ -52,7 +52,7 @@ jobs: path: build-directory - name: Setup nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 - name: Output Python info run: python --version --version && which python diff --git a/.github/workflows/reusable-nox.yml b/.github/workflows/reusable-nox.yml index 9c67f218f1..c46f4a4552 100644 --- a/.github/workflows/reusable-nox.yml +++ b/.github/workflows/reusable-nox.yml @@ -39,7 +39,7 @@ jobs: - name: Check out repo uses: actions/checkout@v5 - name: Setup nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 with: python-versions: "${{ matrix.python-versions }}" - name: Graft ansible-core diff --git a/.github/workflows/reusable-pip-compile.yml b/.github/workflows/reusable-pip-compile.yml index 9639d10d90..5c03236a6d 100644 --- a/.github/workflows/reusable-pip-compile.yml +++ b/.github/workflows/reusable-pip-compile.yml @@ -56,7 +56,7 @@ jobs: run: | python docs/bin/clone-core.py - name: Set up nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 with: python-versions: "${{ inputs.python-versions }}" - name: Set up git committer diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index c8850fe4c6..855a241a5a 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -37,7 +37,7 @@ jobs: path: ansible fetch-depth: 0 - name: Setup nox - uses: wntrblm/nox@2025.05.01 + uses: wntrblm/nox@2025.10.16 with: python-versions: "3.12" - name: Set up git committer