Skip to content

Commit f6c5f31

Browse files
authored
Merge pull request #22 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.10.09
Bump wntrblm/nox from 2024.04.15 to 2024.10.09
2 parents 9071ee9 + fd645fc commit f6c5f31

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
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up nox
29-
uses: wntrblm/nox@2024.04.15
29+
uses: wntrblm/nox@2024.10.09
3030
- id: noxenvs-matrix
3131
run: |
3232
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up uv
7272
uses: hynek/setup-cached-uv@v2
7373
- name: Set up nox
74-
uses: wntrblm/nox@2024.04.15
74+
uses: wntrblm/nox@2024.10.09
7575

7676
- name: Run nox
7777
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}

0 commit comments

Comments
 (0)