Skip to content

Commit 57cdd6e

Browse files
authored
Merge pull request #40 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2023.04.22
Bump wntrblm/nox from 2022.11.21 to 2023.04.22
2 parents b39ebf9 + e41cfdd commit 57cdd6e

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=$(
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
python-version: "3.x"
6565
- name: Set up nox
66-
uses: wntrblm/nox@2022.11.21
66+
uses: wntrblm/nox@2023.04.22
6767
- name: Run nox
6868
run: nox -s "${{ matrix.noxenv }}"
6969

0 commit comments

Comments
 (0)