Skip to content

Commit ef41193

Browse files
authored
Merge pull request #77 from willcl-ark/fix-ruby-bump
2 parents fe66139 + b9ef89f commit ef41193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Ruby and Jekyll
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: '3.2'
26+
ruby-version: '3.2.2'
2727
bundler-cache: true
2828
cache-version: 0
2929
- name: Setup Node.JS 18

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Ruby and Jekyll
2929
uses: ruby/setup-ruby@v1
3030
with:
31-
ruby-version: '3.2'
31+
ruby-version: '3.2.2'
3232
bundler-cache: true
3333
cache-version: 0
3434
- name: Setup Node.JS 18

0 commit comments

Comments
 (0)