Skip to content

Commit fb85d2c

Browse files
authored
Merge pull request #181 from python-jsonschema/dependabot/github_actions/wntrblm/nox-2024.10.09
Bump wntrblm/nox from 2024.04.15 to 2024.10.09
2 parents 43dfa88 + 0f03e7a commit fb85d2c

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up nox
23-
uses: wntrblm/nox@2024.04.15
23+
uses: wntrblm/nox@2024.10.09
2424
- id: noxenvs-matrix
2525
run: |
2626
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up uv
6666
uses: hynek/setup-cached-uv@v2
6767
- name: Set up nox
68-
uses: wntrblm/nox@2024.04.15
68+
uses: wntrblm/nox@2024.10.09
6969

7070
- name: Run nox
7171
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}

0 commit comments

Comments
 (0)