File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 name : runner / pylint
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v7
1212 - uses : dciborow/action-pylint@0.1.1
1313 with :
1414 github_token : ${{ secrets.github_token }}
2626 name : runner / black
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v7
3030 - name : Check files using the black formatter
3131 uses : rickstaa/action-black@v1.3.3
3232 id : action_black
4444 name : runner / markdownlint
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v7
4848 - name : markdownlint
4949 uses : reviewdog/action-markdownlint@v0.20.0
5050 with :
6060 env :
6161 BUNDLE_ONLY : rubocop
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v7
6464 - uses : ruby/setup-ruby@v1
6565 with :
6666 bundler-cache : true
You can’t perform that action at this time.
0 commit comments