We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b1856 commit 0699065Copy full SHA for 0699065
.github/actions/build-docs/action.yml
@@ -23,6 +23,9 @@ runs:
23
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
24
#cache-version: 0 # Increment this number if you need to re-download cached gems
25
working-directory: "./docs"
26
+ - uses: actions/setup-python@v6
27
+ with:
28
+ python-version: '3.14'
29
- name: "Setup ASDF"
30
uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396 # v4
31
with:
src/.tool-versions
@@ -1,4 +1,3 @@
1
jq 1.6
2
nodejs 24.10.0
3
-python 3.14.0
4
ruby 3.4.7
0 commit comments