Skip to content

Commit 4640b8d

Browse files
authored
Merge pull request #88 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2025.02.09
Bump wntrblm/nox from 2024.10.09 to 2025.02.09
2 parents 87d9c79 + 2bb7fd1 commit 4640b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up nox
23-
uses: wntrblm/nox@2024.10.09
23+
uses: wntrblm/nox@2025.02.09
2424
- id: noxenvs-matrix
2525
run: |
2626
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up uv
6161
uses: hynek/setup-cached-uv@v2
6262
- name: Set up nox
63-
uses: wntrblm/nox@2024.10.09
63+
uses: wntrblm/nox@2025.02.09
6464

6565
- name: Run nox
6666
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}

0 commit comments

Comments
 (0)