File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3737 # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3838 uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3939 with :
40- ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
40+ ruby-version : " 3.4 " # Not needed with a .ruby-version file
4141 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
42- cache-version : 0 # Increment this number if you need to re-download cached gems
42+ cache-version : 1 # Increment this number if you need to re-download cached gems
4343 - name : Setup Pages
4444 id : pages
4545 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 1616 buildInputs = [
1717 pkgs . ruby_3_4
1818 pkgs . rubyPackages_3_4 . jekyll
19+ pkgs . act
1920 ] ;
2021 shellHook = ''
2122 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH_FOR_TARGET;
You can’t perform that action at this time.
0 commit comments