Skip to content

Commit ff9c75b

Browse files
authored
Merge pull request #1306 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.10.09
Bump wntrblm/nox from 2024.04.15 to 2024.10.09
2 parents 5544c34 + 9f89e6d commit ff9c75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Set up nox
38-
uses: wntrblm/nox@2024.04.15
38+
uses: wntrblm/nox@2024.10.09
3939
- id: noxenvs-matrix
4040
run: |
4141
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -90,7 +90,7 @@ jobs:
9090
pypy3.10
9191
allow-prereleases: true
9292
- name: Set up nox
93-
uses: wntrblm/nox@2024.04.15
93+
uses: wntrblm/nox@2024.10.09
9494
- name: Enable UTF-8 on Windows
9595
run: echo "PYTHONUTF8=1" >> $env:GITHUB_ENV
9696
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')

0 commit comments

Comments
 (0)