Skip to content

Commit

Permalink
Merge pull request #77 from willcl-ark/fix-ruby-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark authored Jan 19, 2024
2 parents fe66139 + b9ef89f commit ef41193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Ruby and Jekyll
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.2.2'
bundler-cache: true
cache-version: 0
- name: Setup Node.JS 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Ruby and Jekyll
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.2.2'
bundler-cache: true
cache-version: 0
- name: Setup Node.JS 18
Expand Down

0 comments on commit ef41193

Please sign in to comment.