File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 name : runner / actionlint
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v6.0.2
12+ - uses : actions/checkout@v6.0.3
1313
1414 - name : actionlint
1515 uses : reviewdog/action-actionlint@v1.72.0
Original file line number Diff line number Diff line change 5252 runs-on : ${{ matrix.ghimage }}
5353
5454 steps :
55- - uses : actions/checkout@v6.0.2
55+ - uses : actions/checkout@v6.0.3
5656 with :
5757 submodules : true
5858
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ${{ matrix.ghimage }}
143143
144144 steps :
145- - uses : actions/checkout@v6.0.2
145+ - uses : actions/checkout@v6.0.3
146146
147147 - name : Get Rust toolchain
148148 id : toolchain
@@ -196,7 +196,7 @@ jobs:
196196 runs-on : ${{ matrix.ghimage }}
197197
198198 steps :
199- - uses : actions/checkout@v6.0.2
199+ - uses : actions/checkout@v6.0.3
200200
201201 - uses : docker/metadata-action@v6.1.0
202202 id : meta
Original file line number Diff line number Diff line change 3333 runs-on : ${{ matrix.ghimage }}
3434
3535 steps :
36- - uses : actions/checkout@v6.0.2
36+ - uses : actions/checkout@v6.0.3
3737
3838 - name : Get Rust toolchain
3939 id : toolchain
You can’t perform that action at this time.
0 commit comments