File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
checks : write # for reviewdog/action-suggester to report issues using checks
15
15
contents : read # for actions/checkout to fetch code
16
16
name : Bazel Buildifier
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ' ubuntu-24 .04'
18
18
steps :
19
19
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
20
- run : |
26
26
checks : write # for reviewdog/action-suggester to report issues using checks
27
27
contents : read # for actions/checkout to fetch code
28
28
name : Python Black
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ' ubuntu-24 .04'
30
30
steps :
31
31
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
32
- run : |
38
38
checks : write # for reviewdog/action-suggester to report issues using checks
39
39
contents : read # for actions/checkout to fetch code
40
40
name : Clang Format
41
- runs-on : ubuntu-20 .04
41
+ runs-on : ' ubuntu-24 .04'
42
42
steps :
43
43
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
- run : |
50
50
checks : write # for reviewdog/action-suggester to report issues using checks
51
51
contents : read # for actions/checkout to fetch code
52
52
name : Python Pyupgrade
53
- runs-on : ubuntu-20 .04
53
+ runs-on : ' ubuntu-24 .04'
54
54
steps :
55
55
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56
56
- run : |
You can’t perform that action at this time.
0 commit comments