Skip to content

Commit 3657c80

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

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
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up nox
24-
uses: wntrblm/nox@2023.04.22
24+
uses: wntrblm/nox@2024.03.02
2525
- id: noxenvs-matrix
2626
run: |
2727
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -62,7 +62,7 @@ jobs:
6262
pypy3.10
6363
allow-prereleases: true
6464
- name: Set up nox
65-
uses: wntrblm/nox@2023.04.22
65+
uses: wntrblm/nox@2024.03.02
6666
- name: Run nox
6767
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
6868

0 commit comments

Comments
 (0)