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 1616 SUITE : default
1717 steps :
1818 - name : Check out the codebase.
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 path : ${{ env.ANSIBLE_ROLE }}
2222
Original file line number Diff line number Diff line change 1111 pre-commit :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.x'
Original file line number Diff line number Diff line change 3838 - os : " rockylinux9"
3939 steps :
4040 - name : checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 path : " ${{ github.repository }}"
4444
8282 - os : " rockylinux9"
8383 steps :
8484 - name : checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v6
8686 with :
8787 path : " ${{ github.repository }}"
8888
You can’t perform that action at this time.
0 commit comments