File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 if : github.actor != 'dependabot[bot]'
1616 steps :
1717 - name : Check out repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
2626 runs-on : ubuntu-22.04
2727 steps :
2828 - name : Check out repository
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030
3131 - name : Lint markdown files
3232 uses : avto-dev/markdown-lint@v1.5.0
3737 runs-on : ubuntu-22.04
3838 steps :
3939 - name : Check out repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141
4242 - name : Lint markdown links
4343 uses : gaurav-nelson/github-action-markdown-link-check@v1
5252 runs-on : ubuntu-22.04
5353 steps :
5454 - name : Check out repository
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656
5757 - name : Lint yaml files
5858 uses : ibiqlik/action-yamllint@v3.1.1
Original file line number Diff line number Diff line change 2222 - check-permissions
2323 steps :
2424 - name : Check out repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 token : ${{ secrets.OPS_TOKEN }}
2828
You can’t perform that action at this time.
0 commit comments