File tree Expand file tree Collapse file tree 17 files changed +19
-19
lines changed
Expand file tree Collapse file tree 17 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 9191 - name : setenv
9292 run : |
9393 echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
94- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
94+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
9595 with :
9696 path : src
9797 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 3939 - ruby-3.2
4040
4141 steps :
42- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
42+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
4343 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4444 with :
4545 path : .downloaded-cache
Original file line number Diff line number Diff line change 3434 echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
3535 echo "TODAY=$(date +%F)" >> $GITHUB_ENV
3636
37- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
37+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
3838
3939 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4040 with :
Original file line number Diff line number Diff line change 4646 run : |
4747 git config --global advice.detachedHead 0
4848 git config --global init.defaultBranch garbage
49- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
49+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
5050 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5151 with :
5252 path : .downloaded-cache
Original file line number Diff line number Diff line change 1414 contents : write # for Git to git push
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
17+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
1818 - name : Check if C-sources are US-ASCII
1919 run : |
2020 ! grep -r -n '[^ -~]' -- *.[chy] include internal win32/*.[ch]
Original file line number Diff line number Diff line change 5454 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
5555
5656 - name : Checkout repository
57- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
57+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
5858
5959 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
6060 with :
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216216 - name : setenv
217217 run : |
218218 echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
219- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
219+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
220220 with :
221221 path : src
222222 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 4242 run : |
4343 git config --global advice.detachedHead 0
4444 git config --global init.defaultBranch garbage
45- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
45+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
4646 with :
4747 path : src
4848 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 5757 git config --global core.eol lf
5858 git config --global advice.detachedHead 0
5959 git config --global init.defaultBranch garbage
60- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
60+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
6161 with :
6262 path : src
6363 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 5656 run : |
5757 git config --global advice.detachedHead 0
5858 git config --global init.defaultBranch garbage
59- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
59+ - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
6060 with :
6161 path : src
6262 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
You can’t perform that action at this time.
0 commit comments