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 647de9a commit 0f70742Copy full SHA for 0f70742
.github/workflows/doc.yaml
@@ -38,7 +38,7 @@ jobs:
38
- uses: ruby/setup-ruby@v1
39
with:
40
ruby-version: ruby
41
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
42
43
python-version: 3
44
- name: Install dependencies
.github/workflows/lint.yaml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v5
36
37
python-version: "3.x"
- name: Run Release audit tool (Rat)
@@ -44,7 +44,7 @@ jobs:
45
46
47
48
49
50
- name: Run pre-commit
0 commit comments