From e8ff6d2ddc0e3d2fad7b65c30dd2bf581066a72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 23:31:12 +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 cb2cc9a..0d05b38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,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=$( @@ -60,7 +60,7 @@ jobs: - name: Set up uv uses: hynek/setup-cached-uv@v2 - 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 }}