File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 path : ${{ env.ANSIBLE_ROLE }}
2222
2323 - name : Set up Python 3.
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ' 3.x'
2727
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-20.04
1313 steps :
1414 - uses : actions/checkout@v3
15- - uses : actions/setup-python@v4
15+ - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.x'
1818
Original file line number Diff line number Diff line change 4545 path : " ${{ github.repository }}"
4646
4747 - name : Set up Python 3
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ' 3.11'
5151
8787 path : " ${{ github.repository }}"
8888
8989 - name : Set up Python 3
90- uses : actions/setup-python@v4
90+ uses : actions/setup-python@v5
9191 with :
9292 python-version : ' 3.11'
9393
You can’t perform that action at this time.
0 commit comments