Skip to content

Commit 01d1d61

Browse files
authored
Merge pull request #6 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.03.02
Bump wntrblm/nox from 2023.04.22 to 2024.03.02
2 parents b243559 + 6210297 commit 01d1d61

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
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up nox
29-
uses: wntrblm/nox@2023.04.22
29+
uses: wntrblm/nox@2024.03.02
3030
- id: noxenvs-matrix
3131
run: |
3232
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -67,7 +67,7 @@ jobs:
6767
pypy3.10
6868
allow-prereleases: true
6969
- name: Set up nox
70-
uses: wntrblm/nox@2023.04.22
70+
uses: wntrblm/nox@2024.03.02
7171
- name: Run nox
7272
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
7373

0 commit comments

Comments
 (0)