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 a4dc947Copy full SHA for a4dc947
.github/actions/build-docs/action.yml
@@ -23,10 +23,14 @@ 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:
32
working-directory: "./src/cloudevents"
33
+ asdf_version: "v0.18.0"
34
- name: Setup Pages
35
id: pages
36
uses: actions/configure-pages@v5
src/.tool-versions
@@ -1,4 +1 @@
1
jq 1.6
2
-nodejs 24.10.0
3
-python 3.14.0
4
-ruby 3.4.7
0 commit comments