Skip to content

Commit 91d4443

Browse files
authored
Merge pull request #5 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2023.04.22
Bump wntrblm/nox from 2022.11.21 to 2023.04.22
2 parents 5367baf + 24b412d commit 91d4443

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
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Set up nox
34-
uses: wntrblm/nox@2022.11.21
34+
uses: wntrblm/nox@2023.04.22
3535
- id: noxenvs-matrix
3636
run: |
3737
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: ${{ env.PYTHON_LATEST }}
6767
- name: Set up nox
68-
uses: wntrblm/nox@2022.11.21
68+
uses: wntrblm/nox@2023.04.22
6969
- name: Run nox
7070
run: nox -s "${{ matrix.noxenv }}"
7171

0 commit comments

Comments
 (0)