File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 checks : write # for reviewdog/action-suggester to report issues using checks
1515 contents : read # for actions/checkout to fetch code
1616 name : Bazel Buildifier
17- runs-on : ubuntu-20 .04
17+ runs-on : ' ubuntu-24 .04'
1818 steps :
1919 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020 - run : |
2626 checks : write # for reviewdog/action-suggester to report issues using checks
2727 contents : read # for actions/checkout to fetch code
2828 name : Python Black
29- runs-on : ubuntu-20 .04
29+ runs-on : ' ubuntu-24 .04'
3030 steps :
3131 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232 - run : |
3838 checks : write # for reviewdog/action-suggester to report issues using checks
3939 contents : read # for actions/checkout to fetch code
4040 name : Clang Format
41- runs-on : ubuntu-20 .04
41+ runs-on : ' ubuntu-24 .04'
4242 steps :
4343 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4444 - run : |
5050 checks : write # for reviewdog/action-suggester to report issues using checks
5151 contents : read # for actions/checkout to fetch code
5252 name : Python Pyupgrade
53- runs-on : ubuntu-20 .04
53+ runs-on : ' ubuntu-24 .04'
5454 steps :
5555 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5656 - run : |
You can’t perform that action at this time.
0 commit comments