Skip to content

Commit dec7361

Browse files
committed
ci: use non-deprecated ruby/setup-ruby@v1 action
1 parent f3c78f3 commit dec7361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
hugo-version: '0.111.3'
1818

1919
- name: Setup Ruby
20-
uses: actions/setup-ruby@v1
20+
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.1'
22+
ruby-version: '3.3'
2323

2424
- name: Install asciidoctor
2525
run: |

0 commit comments

Comments
 (0)