From d66caeb2741eb0a44ce6228627b671f8b28c5b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:39:42 +0000 Subject: [PATCH] Bump wntrblm/nox from 2024.04.15 to 2024.10.09 in the dependencies group Bumps the dependencies group with 1 update: [wntrblm/nox](https://github.com/wntrblm/nox). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .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 595e1d250..e843be7da 100644 --- a/.github/workflows/reusable-nox.yml +++ b/.github/workflows/reusable-nox.yml @@ -18,7 +18,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: "Run nox -s ${{ matrix.session }}"