We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2292a05 + 116a73d commit b19ac7aCopy full SHA for b19ac7a
.github/workflows/reusable-nox.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Check out repo
29
uses: actions/checkout@v4
30
- name: Setup nox
31
- uses: wntrblm/nox@2023.04.22
+ uses: wntrblm/nox@2024.03.02
32
with:
33
python-versions: "${{ matrix.python-versions }}"
34
- name: Graft ansible-core
.github/workflows/reusable-pip-compile.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
python docs/bin/clone-core.py
55
- name: Set up nox
56
57
58
python-versions: "3.9"
59
- name: Set up git committer
0 commit comments