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 1717 packages : write
1818 steps :
1919 - name : Source checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Get commitlint version
2323 id : get_version
Original file line number Diff line number Diff line change 2121 contents : read
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Build image
2727 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 1717 markdown-lint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : DavidAnson/markdownlint-cli2-action@v21
2222 with :
2323 globs : ' **/*.md'
Original file line number Diff line number Diff line change 1919 security-events : write
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Build local container
2525 uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 2222 actions : read
2323 steps :
2424 - name : Repository checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 # Differential ShellCheck requires full git history
2828 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments