Skip to content

Commit

Permalink
Merge pull request #1304 from ansible/dependabot/github_actions/wntrb…
Browse files Browse the repository at this point in the history
…lm/nox-2024.04.15

Bump wntrblm/nox from 2024.03.02 to 2024.04.15
  • Loading branch information
oraNod authored Apr 22, 2024
2 parents e78aa57 + 584ee0e commit 0aa9ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: build-directory

- name: Setup nox
uses: wntrblm/nox@2024.03.02
uses: wntrblm/nox@2024.04.15

- name: Output Python info
run: python --version --version && which python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup nox
uses: wntrblm/nox@2024.03.02
uses: wntrblm/nox@2024.04.15
with:
python-versions: "${{ matrix.python-versions }}"
- name: Graft ansible-core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
python docs/bin/clone-core.py
- name: Set up nox
uses: wntrblm/nox@2024.03.02
uses: wntrblm/nox@2024.04.15
with:
python-versions: "3.9"
- name: Set up git committer
Expand Down

0 comments on commit 0aa9ed5

Please sign in to comment.