Skip to content

Commit 0f6f757

Browse files
authored
Update build-deploy-s3.yml
Updating `Setup Ruby` step
1 parent 0304a21 commit 0f6f757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy-s3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Setup Ruby
25-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
25+
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: '3.1' # Not needed with a .ruby-version file
27+
ruby-version: '3.3' # Not needed with a .ruby-version file
2828
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2929
cache-version: 0 # Increment this number if you need to re-download cached gems
3030
- name: Build with Jekyll

0 commit comments

Comments
 (0)