File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repo
14- uses : actions/checkout@v3.3.0
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
17+ filter : blob:none
1718 - name : Run the action
1819 uses : devops-infra/action-pull-request@v0.5.5
1920 with :
Original file line number Diff line number Diff line change 1515 validate-YAML :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3.3.0
18+ - name : Checkout repo
19+ uses : actions/checkout@v4
20+ with :
21+ fetch-depth : 0
22+ filter : blob:none
1923 - id : yaml-lint
2024 name : yaml-lint
2125 uses : ibiqlik/action-yamllint@v3
2428 format : colored
2529 config_file : .yamllint.yml
2630
27- - uses : actions/upload-artifact@v3
31+ - uses : actions/upload-artifact@v4
2832 if : always()
2933 with :
3034 name : yamllint-logfile
You can’t perform that action at this time.
0 commit comments