Skip to content

Commit fb86ca0

Browse files
committed
Update GitHub Actions workflow to use Ruby 3.4 and checkout action v6
1 parent b68824f commit fb86ca0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ jobs:
3939
working-directory: ./docs
4040

4141
steps:
42-
- name: Checkout
43-
uses: actions/checkout@v4
42+
- name: Checkout Source
43+
uses: actions/checkout@v6
4444

4545
- name: Setup Ruby
4646
uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: "3.1"
48+
ruby-version: "3.4"
4949
bundler-cache: true
50-
working-directory: ./docs
50+
cache-version: 1
5151

5252
- name: Setup Pages
53+
id: pages
5354
uses: actions/configure-pages@v5
5455

5556
- name: Build with Jekyll

0 commit comments

Comments
 (0)