Skip to content

Commit fd65f84

Browse files
authored
Update build_and_deploy.yml
1 parent c619a43 commit fd65f84

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Setup Ruby
3737
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
38+
# uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
39+
uses: ruby/setup-ruby@v1
40+
3941
with:
40-
ruby-version: '3.1' # Not needed with a .ruby-version file
42+
ruby-version: '3.2' # Not needed with a .ruby-version file
4143
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4244
cache-version: 0 # Increment this number if you need to re-download cached gems
4345
- name: Setup Pages

0 commit comments

Comments
 (0)