We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0304a21 commit 0f6f757Copy full SHA for 0f6f757
1 file changed
.github/workflows/build-deploy-s3.yml
@@ -22,9 +22,9 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
- name: Setup Ruby
25
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1
26
with:
27
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.3' # Not needed with a .ruby-version file
28
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
29
cache-version: 0 # Increment this number if you need to re-download cached gems
30
- name: Build with Jekyll
0 commit comments