From f9523fe4d8af71234a5b69b12f32f7af32354354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:49:31 +0800 Subject: [PATCH] chore(deps): bump wntrblm/nox from 2024.04.15 to 2024.10.09 (#72) Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2024.04.15 to 2024.10.09. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a9b8688..b73a17b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -75,7 +75,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - - uses: wntrblm/nox@2024.04.15 + - uses: wntrblm/nox@2024.10.09 with: python-versions: "3.11" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84a53f0..1f0d8a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.head_ref }} - - uses: wntrblm/nox@2024.04.15 + - uses: wntrblm/nox@2024.10.09 with: python-versions: "3.11"