Skip to content

Commit cc8c897

Browse files
authored
Merge pull request #4 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.04.15
Bump wntrblm/nox from 2024.03.02 to 2024.04.15
2 parents 6a25323 + a04c6c9 commit cc8c897

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
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up nox
28-
uses: wntrblm/nox@2024.03.02
28+
uses: wntrblm/nox@2024.04.15
2929
- id: noxenvs-matrix
3030
run: |
3131
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -68,7 +68,7 @@ jobs:
6868
allow-prereleases: true
6969
cache: pip
7070
- name: Set up nox
71-
uses: wntrblm/nox@2024.03.02
71+
uses: wntrblm/nox@2024.04.15
7272
- name: Run nox
7373
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
7474

0 commit comments

Comments
 (0)