File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 50
3636 fetch-tags : true
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 77 lint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - uses : DavidAnson/markdownlint-cli2-action@v21
1212 with :
1313 globs : |
Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-tags : true
3434 - name : Set up Python
You can’t perform that action at this time.
0 commit comments