diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 30e2e7f..a9b8688 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.03.02 + - uses: wntrblm/nox@2024.04.15 with: python-versions: "3.11" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2ca7fc..493b830 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.03.02 + - uses: wntrblm/nox@2024.04.15 with: python-versions: "3.11"