From 699ec744dccc379c7406b51c7b720bb48c73e0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:58:24 +0000 Subject: [PATCH] chore(deps): bump wntrblm/nox in the actions group Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 09d74589..0174bf10 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - - uses: wntrblm/nox@2024.04.15 + - uses: wntrblm/nox@2024.10.09 with: python-versions: "3.8" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dd51f53..023f5c4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: with: fetch-depth: 0 - - uses: wntrblm/nox@2024.04.15 + - uses: wntrblm/nox@2024.10.09 with: python-versions: "3.8"