Skip to content

Commit 0edd24c

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 16bc76f commit 0edd24c

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=$(
@@ -67,7 +67,7 @@ jobs:
6767
pypy3.10
6868
allow-prereleases: true
6969
- name: Set up nox
70-
uses: wntrblm/nox@2024.04.15
70+
uses: wntrblm/nox@2024.10.09
7171
- name: Run nox
7272
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
7373

0 commit comments

Comments
 (0)