File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
pull-requests : write
14
14
15
15
steps :
16
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17
17
with :
18
18
fetch-depth : 0 # required for use of git history
19
19
- name : git config
Original file line number Diff line number Diff line change 20
20
packages : write
21
21
22
22
steps :
23
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24
24
continue-on-error : true
25
25
- name : Set up Docker Buildx
26
26
uses : docker/setup-buildx-action@v2
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19
19
- name : Build
20
20
run : cargo build --verbose
You can’t perform that action at this time.
0 commit comments