Skip to content

Commit 388ed41

Browse files
Bump wntrblm/nox from 2024.03.02 to 2024.04.15
Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2024.03.02 to 2024.04.15. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.03.02...2024.04.15) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adc0db9 commit 388ed41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Set up nox
33-
uses: wntrblm/nox@2024.03.02
33+
uses: wntrblm/nox@2024.04.15
3434
- id: noxenvs-matrix
3535
run: |
3636
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -85,7 +85,7 @@ jobs:
8585
pypy3.10
8686
allow-prereleases: true
8787
- name: Set up nox
88-
uses: wntrblm/nox@2024.03.02
88+
uses: wntrblm/nox@2024.04.15
8989
- name: Enable UTF-8 on Windows
9090
run: echo "PYTHONUTF8=1" >> $env:GITHUB_ENV
9191
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')

0 commit comments

Comments
 (0)