File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
13
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
14
14
- name : Install dependencies
15
15
run : yarn
16
16
- name : Expand liquid
Original file line number Diff line number Diff line change 13
13
checks :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
17
17
- name : Add rustfmt and clippy
18
18
run : rustup component add rustfmt clippy
19
19
- name : Install node dependencies
Original file line number Diff line number Diff line change 10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
13
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
14
14
- name : Install dependencies
15
15
run : yarn
16
16
- name : Expand liquid
You can’t perform that action at this time.
0 commit comments