File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout current PR
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - uses : ruby/setup-ruby@v1
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout current PR
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 fetch-depth : 0
3939 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 1111 name : Mend Monitor
1212 steps :
1313 - name : Checkout current PR
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Setup Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : ' 0'
1515 - name : Build gem
Original file line number Diff line number Diff line change 2424 PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
2525 steps :
2626 - name : Checkout current PR
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
3030 - name : Install Ruby version ${{ matrix.cfg.ruby }}
5353 PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
5454 steps :
5555 - name : Checkout current PR
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0
5959 - name : Install Ruby version ${{ matrix.cfg.ruby }}
Original file line number Diff line number Diff line change 4343# specific Puppet gem that includes libffi. To work around these issues, we have a separate "integration" group that we include when
4444# testing Puppet 8 / Ruby 3.2 on Windows. See PA-5406 for more.
4545group :integration do
46- gem 'ffi'
46+ # Pin due to an issue with FFI, Windows, and Facter. See FACT-3434
47+ gem 'ffi' , '1.15.5'
4748end
4849
4950# Find a location or specific version for a gem. place_or_version can be a
You can’t perform that action at this time.
0 commit comments