From ffec52e660e7575e50ef014d6a137e1ff241f4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 01:13:16 +0000 Subject: [PATCH] Bump wntrblm/nox from 2025.02.09 to 2025.05.01 Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2025.02.09 to 2025.05.01. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.02.09...2025.05.01) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-version: 2025.05.01 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf63dc4..5a92a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up nox - uses: wntrblm/nox@2025.02.09 + uses: wntrblm/nox@2025.05.01 - id: noxenvs-matrix run: | echo >>$GITHUB_OUTPUT noxenvs=$( @@ -71,7 +71,7 @@ jobs: pypy3.10 allow-prereleases: true - name: Set up nox - uses: wntrblm/nox@2025.02.09 + uses: wntrblm/nox@2025.05.01 - name: Run nox run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}