Skip to content

Commit

Permalink
Merge pull request #5 from python-jsonschema/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/wntrblm/nox-2023.04.22

Bump wntrblm/nox from 2022.11.21 to 2023.04.22
  • Loading branch information
Julian authored Apr 25, 2023
2 parents 5367baf + 24b412d commit 91d4443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up nox
uses: wntrblm/nox@2022.11.21
uses: wntrblm/nox@2023.04.22
- id: noxenvs-matrix
run: |
echo >>$GITHUB_OUTPUT noxenvs=$(
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_LATEST }}
- name: Set up nox
uses: wntrblm/nox@2022.11.21
uses: wntrblm/nox@2023.04.22
- name: Run nox
run: nox -s "${{ matrix.noxenv }}"

Expand Down

0 comments on commit 91d4443

Please sign in to comment.