File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 samples : ${{ steps.samples.outputs.samples }}
3333 steps :
3434 - name : Checkout source code
35- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
35+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0 .0
3636 with :
3737 fetch-depth : 2
3838
6565 matrix : ${{ fromJSON(needs.setup.outputs.lint) }}
6666 steps :
6767 - name : Checkout source code
68- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
68+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0 .0
6969
7070 - name : Install Rust toolchain
7171 uses : ./.github/actions/install-rust-toolchain
@@ -149,7 +149,7 @@ jobs:
149149 PROFILE : ${{ matrix.profile }}
150150 steps :
151151 - name : Checkout source code
152- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
152+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0 .0
153153
154154 - name : Install Rust toolchain
155155 uses : ./.github/actions/install-rust-toolchain
You can’t perform that action at this time.
0 commit comments