Skip to content

Commit ce1fb3f

Browse files
authored
Merge pull request #132 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.03.02
Bump wntrblm/nox from 2023.04.22 to 2024.03.02
2 parents 4f00eb0 + 3657c80 commit ce1fb3f

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
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up nox
24-
uses: wntrblm/nox@2023.04.22
24+
uses: wntrblm/nox@2024.03.02
2525
- id: noxenvs-matrix
2626
run: |
2727
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -62,7 +62,7 @@ jobs:
6262
pypy3.10
6363
allow-prereleases: true
6464
- name: Set up nox
65-
uses: wntrblm/nox@2023.04.22
65+
uses: wntrblm/nox@2024.03.02
6666
- name: Run nox
6767
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
6868

0 commit comments

Comments
 (0)