Skip to content

Commit 0d0d599

Browse files
authored
Merge pull request #1248 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.04.15
Bump wntrblm/nox from 2024.03.02 to 2024.04.15
2 parents adc0db9 + 388ed41 commit 0d0d599

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)