From 8fda54c3981be1e21aa3f2a3867f608b37dfd4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:07:46 +0100 Subject: [PATCH] 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](https://github.com/wntrblm/nox/compare/2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit e80f481e5108729bb516a9df545a1a1d28c15a07) --- .github/workflows/reusable-nox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-nox.yml b/.github/workflows/reusable-nox.yml index 0e295f52572..50dbebd77a8 100644 --- a/.github/workflows/reusable-nox.yml +++ b/.github/workflows/reusable-nox.yml @@ -37,7 +37,7 @@ jobs: - name: Check out repo uses: actions/checkout@v4 - name: Setup nox - uses: wntrblm/nox@2024.04.15 + uses: wntrblm/nox@2024.10.09 with: python-versions: "${{ matrix.python-versions }}" - name: Graft ansible-core