From cf159a819f85048d71a442652bbb9ca5fa55688c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:31:55 +0000 Subject: [PATCH] Update wntrblm/nox action to v2024.10.09 --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 990da5b7..9bfcf710 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -21,7 +21,7 @@ jobs: python-version: "3.10" architecture: x64 - name: Setting up nox - uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 + uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d # 2024.10.09 with: python-versions: "3.10" - name: Configure Git Credentials diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ad2cbac..ffae23f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: python-version: "3.10" architecture: x64 - name: Setting up nox - uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 + uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d # 2024.10.09 with: python-versions: "3.10" - name: Performing lint checks @@ -49,7 +49,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 - name: Setting up nox - uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 + uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d # 2024.10.09 with: python-versions: ${{ matrix.python-version }} - name: Executing unit tests @@ -65,7 +65,7 @@ jobs: python-version: "3.10" architecture: x64 - name: Setting up nox - uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 + uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d # 2024.10.09 with: python-versions: "3.10" - name: Configure Git Credentials diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35335747..c4a593c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: python-version: "3.10" architecture: x64 - name: Setting up nox - uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528 # 2024.04.15 + uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d # 2024.10.09 with: python-versions: "3.10" - name: Configure Git Credentials