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 9797 - name : setenv
9898 run : |
9999 echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
100- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
100+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
101101 with :
102102 path : src
103103 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 4646 - ruby-3.2
4747
4848 steps :
49- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
49+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5050 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5151 with :
5252 path : .downloaded-cache
Original file line number Diff line number Diff line change 4141 echo "GNUMAKEFLAGS=-j$((1 + $(nproc --all)))" >> $GITHUB_ENV
4242 echo "TODAY=$(date +%F)" >> $GITHUB_ENV
4343
44- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
44+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4545
4646 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4747 with :
Original file line number Diff line number Diff line change 5353 run : |
5454 git config --global advice.detachedHead 0
5555 git config --global init.defaultBranch garbage
56- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
56+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5757 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
5858 with :
5959 path : .downloaded-cache
Original file line number Diff line number Diff line change 2020 contents : write # for Git to git push
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
23+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2424 - name : Check if C-sources are US-ASCII
2525 run : |
2626 ! 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
57+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5858
5959 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
6060 with :
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 - name : setenv
221221 run : |
222222 echo "GNUMAKEFLAGS=-sj$((1 + $(nproc --all)))" >> $GITHUB_ENV
223- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
223+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
224224 with :
225225 path : src
226226 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 4949 run : |
5050 git config --global advice.detachedHead 0
5151 git config --global init.defaultBranch garbage
52- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
52+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5353 with :
5454 path : src
5555 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 6464 git config --global core.eol lf
6565 git config --global advice.detachedHead 0
6666 git config --global init.defaultBranch garbage
67- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
67+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
6868 with :
6969 path : src
7070 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 6363 run : |
6464 git config --global advice.detachedHead 0
6565 git config --global init.defaultBranch garbage
66- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
66+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
6767 with :
6868 path : src
6969 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
You can’t perform that action at this time.
0 commit comments