File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323 python-versions : " 3.12"
2424 - session : spelling
2525 python-versions : " 3.12"
26- - session : " checkers(rstcheck)"
26+ - session : checkers(rstcheck)
2727 python-versions : " 3.12"
28- - session : " checkers(rst-yamllint)"
28+ - session : checkers(rst-yamllint)
2929 python-versions : " 3.12"
30- - session : " checkers(docs-build)"
30+ - session : checkers(docs-build)
3131 python-versions : " 3.12"
32- - session : " actionlint"
32+ - session : actionlint
3333 python-versions : " 3.12"
34- - session : " pip-compile"
34+ - session : pip-compile
3535 extra-args : " --check"
3636 python-versions : " 3.12"
3737
@@ -46,13 +46,13 @@ jobs:
4646 python-versions : " ${{ inputs.python-versions }}"
4747
4848 - name : Graft ansible-core
49- uses : x1101 /github-action-run-nox@ca8b16f76c53a04b14952620e7a4ac5c7dc29812
49+ uses : ansible-community /github-action-run-nox@v1
5050 with :
5151 sessions : clone-core
5252 force-pythons : " ${{ inputs.python-versions }}"
5353
5454 - name : " Run nox session"
55- uses : x1101 /github-action-run-nox@ca8b16f76c53a04b14952620e7a4ac5c7dc29812
55+ uses : ansible-community /github-action-run-nox@v1
5656 with :
5757 sessions : " ${{ matrix.sessions }}"
5858 extra-args : ${{ inputs.extra-args || '' }}
You can’t perform that action at this time.
0 commit comments