Skip to content

Commit 32148b0

Browse files
authored
Merge pull request #32 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.04.15
Bump wntrblm/nox from 2024.03.02 to 2024.04.15
2 parents 4621606 + 7acfab4 commit 32148b0

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=$(
@@ -68,7 +68,7 @@ jobs:
6868
pypy3.10
6969
allow-prereleases: true
7070
- name: Set up nox
71-
uses: wntrblm/nox@2024.03.02
71+
uses: wntrblm/nox@2024.04.15
7272
- name: Run nox
7373
run: nox -s "${{ matrix.noxenv }}"
7474

0 commit comments

Comments
 (0)