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"