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.3
12+ - uses : actions/checkout@v7 .0.0
1313
1414 - name : actionlint
1515 uses : reviewdog/action-actionlint@v1.72.0
Original file line number Diff line number Diff line change 4444 runs-on : ${{ matrix.ghimage }}
4545
4646 steps :
47- - uses : actions/checkout@v6 .0.3
47+ - uses : actions/checkout@v7 .0.0
4848 with :
4949 submodules : true
5050
@@ -134,7 +134,7 @@ jobs:
134134 runs-on : ${{ matrix.ghimage }}
135135
136136 steps :
137- - uses : actions/checkout@v6 .0.3
137+ - uses : actions/checkout@v7 .0.0
138138
139139 - name : Get Rust toolchain
140140 id : toolchain
@@ -188,7 +188,7 @@ jobs:
188188 runs-on : ${{ matrix.ghimage }}
189189
190190 steps :
191- - uses : actions/checkout@v6 .0.3
191+ - uses : actions/checkout@v7 .0.0
192192
193193 - uses : docker/metadata-action@v6.2.0
194194 id : meta
Original file line number Diff line number Diff line change 1616 rust :
1717 runs-on : ubuntu-24.04
1818 steps :
19- - uses : actions/checkout@v6 .0.3
19+ - uses : actions/checkout@v7 .0.0
2020
2121 - uses : actions-rs/toolchain@v1.0.7
2222 with :
You can’t perform that action at this time.
0 commit comments