Skip to content

Commit 5abdfe6

Browse files
authored
Merge pull request #10 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2023.04.22
Bump wntrblm/nox from 2022.11.21 to 2023.04.22
2 parents 3395502 + e0f2629 commit 5abdfe6

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@v3
3232
- name: Set up nox
33-
uses: wntrblm/nox@2022.11.21
33+
uses: wntrblm/nox@2023.04.22
3434
- id: noxenvs-matrix
3535
run: |
3636
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: "3.x"
6666
- name: Set up nox
67-
uses: wntrblm/nox@2022.11.21
67+
uses: wntrblm/nox@2023.04.22
6868
- name: Run nox
6969
run: nox -s "${{ matrix.noxenv }}"
7070

0 commit comments

Comments
 (0)