The bmannconsulting.com website

Upgrading workflow to 3.1.4

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/jekyll-build.yml
···
- name: ๐Ÿ’Ž setup ruby
uses: ruby/setup-ruby@v1
with:
-
ruby-version: 2.7 # can change this to 2.7 or whatever version you prefer
- name: ๐Ÿ”จ install dependencies & build site
uses: limjh16/jekyll-action-ts@v2
···
- name: ๐Ÿ’Ž setup ruby
uses: ruby/setup-ruby@v1
with:
+
ruby-version: 3.1.4 # can change this to 2.7 or whatever version you prefer
- name: ๐Ÿ”จ install dependencies & build site
uses: limjh16/jekyll-action-ts@v2