Skip to content

Commit 7b7b574

Browse files
authored
update ruby version
1 parent 530773c commit 7b7b574

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: 18
4242
- run: npm ci
4343
- name: Setup Ruby
44-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
44+
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
4545
with:
4646
ruby-version: "3.2" # Not needed with a .ruby-version file
4747
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/stage-4-acceptance.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,19 @@ jobs:
131131
with:
132132
node-version: 18
133133
- run: npm ci
134-
working-directory: './docs'
134+
working-directory: "./docs"
135135
- name: Setup Ruby
136-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
136+
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
137137
with:
138-
ruby-version: '3.1'
138+
ruby-version: "3.1"
139139
bundler-cache: true
140140
cache-version: 0
141-
working-directory: './docs'
141+
working-directory: "./docs"
142142
- name: Setup Pages
143143
id: pages
144144
uses: actions/configure-pages@v5
145145
with:
146-
working-directory: './docs'
146+
working-directory: "./docs"
147147
- name: Build with Jekyll
148148
working-directory: ./docs
149149
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)