From 6d8e6e21a54e45b88b9ba736a76de75f820922e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:44:59 +0000 Subject: [PATCH] chore(deps): update wntrblm/nox action to v2025.05.01 --- .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 4d65c4755..97b9b121a 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@a74da2c766d4e656d6105639926c31f3aa4a6ca1 # 2025.02.09 + uses: wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # 2025.05.01 with: python-versions: "3.10" - name: Configure Git Credentials diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e305c2c1d..ea60ab2e9 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@a74da2c766d4e656d6105639926c31f3aa4a6ca1 # 2025.02.09 + uses: wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # 2025.05.01 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@a74da2c766d4e656d6105639926c31f3aa4a6ca1 # 2025.02.09 + uses: wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # 2025.05.01 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@a74da2c766d4e656d6105639926c31f3aa4a6ca1 # 2025.02.09 + uses: wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # 2025.05.01 with: python-versions: "3.10" - name: Configure Git Credentials diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6bdb41112..110f13433 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: python-version: "3.10" architecture: x64 - name: Setting up nox - uses: wntrblm/nox@a74da2c766d4e656d6105639926c31f3aa4a6ca1 # 2025.02.09 + uses: wntrblm/nox@2254a1ee500bbf66c2a5e4ff5dad030b9f579dcd # 2025.05.01 with: python-versions: "3.10" - name: Configure Git Credentials