File tree Expand file tree Collapse file tree 16 files changed +18
-18
lines changed Expand file tree Collapse file tree 16 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 42
42
- ruby-3.2
43
43
44
44
steps :
45
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
45
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
46
46
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
47
47
with :
48
48
path : .downloaded-cache
Original file line number Diff line number Diff line change 34
34
echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
35
35
echo "TODAY=$(date +%F)" >> $GITHUB_ENV
36
36
37
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
37
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
38
38
39
39
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
40
40
with :
Original file line number Diff line number Diff line change 46
46
run : |
47
47
git config --global advice.detachedHead 0
48
48
git config --global init.defaultBranch garbage
49
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
49
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
50
50
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
51
51
with :
52
52
path : .downloaded-cache
Original file line number Diff line number Diff line change 14
14
contents : write # for Git to git push
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
17
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
18
18
- name : Check if C-sources are US-ASCII
19
19
run : |
20
20
! grep -r -n '[^ -~]' -- *.[chy] include internal win32/*.[ch]
Original file line number Diff line number Diff line change 49
49
sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev bison autoconf ruby
50
50
51
51
- name : Checkout repository
52
- uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
52
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
53
53
54
54
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
55
55
with :
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ jobs:
226
226
- name : setenv
227
227
run : |
228
228
echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
229
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
229
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
230
230
with :
231
231
path : src
232
232
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
Original file line number Diff line number Diff line change 42
42
run : |
43
43
git config --global advice.detachedHead 0
44
44
git config --global init.defaultBranch garbage
45
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
45
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
46
46
with :
47
47
path : src
48
48
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
Original file line number Diff line number Diff line change 57
57
git config --global core.eol lf
58
58
git config --global advice.detachedHead 0
59
59
git config --global init.defaultBranch garbage
60
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
60
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
61
61
with :
62
62
path : src
63
63
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
Original file line number Diff line number Diff line change 56
56
run : |
57
57
git config --global advice.detachedHead 0
58
58
git config --global init.defaultBranch garbage
59
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
59
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
60
60
with :
61
61
path : src
62
62
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
Original file line number Diff line number Diff line change 47
47
run : |
48
48
git config --global advice.detachedHead 0
49
49
git config --global init.defaultBranch garbage
50
- - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2 .0
50
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
51
51
with :
52
52
path : src
53
53
- uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
You can’t perform that action at this time.
0 commit comments