We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb668b commit a3e1b7aCopy full SHA for a3e1b7a
.github/workflows/code.yml
@@ -37,9 +37,9 @@ jobs:
37
sudo apt-get install -y zsh tree
38
sudo make -C lib/zsdoc install
39
- name: 💎 Setup Ruby
40
- uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
+ uses: ruby/setup-ruby@v1.228.0
41
with:
42
- ruby-version: 3.1
+ ruby-version: 3.3
43
bundler-cache: true
44
- name: 📝 Install asciidoctor-pdf and rouge
45
run: gem install asciidoctor-pdf rouge
0 commit comments