File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 # with:
6060 # fetch-depth: 0 # all history for all branches and tags
6161 - name : Set up Ruby ${{ matrix.ruby-version }}
62- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
62+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
6363 env :
6464 OPENC3_DEVEL : ../openc3
6565 with :
@@ -109,7 +109,7 @@ jobs:
109109 # with:
110110 # fetch-depth: 0
111111 - name : Set up Ruby ${{ matrix.ruby-version }}
112- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
112+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
113113 env :
114114 OPENC3_DEVEL : ../openc3
115115 with :
Original file line number Diff line number Diff line change 4242
4343 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 - name : Set up Ruby 3.4
45- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
45+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
4646 with :
4747 ruby-version : 3.4
4848 bundler-cache : false # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 3737
3838 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939 - name : Set up Ruby 3.4
40- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
40+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
4141 with :
4242 ruby-version : 3.4
4343 bundler-cache : false # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 5050 with :
5151 token : ${{ secrets.QA_PAT }}
5252 - name : Set up Ruby 3.4
53- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
53+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
5454 with :
5555 ruby-version : 3.4
5656 bundler-cache : false # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 4949
5050 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151 - name : Set up Ruby ${{ matrix.ruby-version }}
52- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
52+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
5353 with :
5454 ruby-version : ${{ matrix.ruby-version }}
5555 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
Original file line number Diff line number Diff line change 8888 working-directory : openc3/python
8989
9090 - name : Set up Ruby
91- uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
91+ uses : ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312 .0
9292 with :
9393 ruby-version : " 3.4"
9494 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
You can’t perform that action at this time.
0 commit comments