From 2bb7fd19d819c61d651a2d5cc6bc0d78672e4740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:49:22 +0000 Subject: [PATCH] Bump wntrblm/nox from 2024.10.09 to 2025.02.09 Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2024.10.09 to 2025.02.09. - [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/2024.10.09...2025.02.09) --- updated-dependencies: - dependency-name: wntrblm/nox 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 e23c657..cb2cc9a 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@2024.10.09 + uses: wntrblm/nox@2025.02.09 - 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@2024.10.09 + uses: wntrblm/nox@2025.02.09 - name: Run nox run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}