Skip to content

Commit fd645fc

Browse files
Bump wntrblm/nox from 2024.04.15 to 2024.10.09
Bumps [wntrblm/nox](https://github.com/wntrblm/nox) from 2024.04.15 to 2024.10.09. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.04.15...2024.10.09) --- updated-dependencies: - dependency-name: wntrblm/nox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9071ee9 commit fd645fc

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)