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 2e9e513 commit e9f5092Copy full SHA for e9f5092
.github/workflows/pre-commit.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-22.04
17
steps:
18
- uses: actions/checkout@v5
19
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
20
with:
21
python-version: 3.10.4
22
- uses: pre-commit/action@v3.0.1
.github/workflows/sphinx_build.yml
@@ -18,7 +18,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
23
cache: 'pip'
24
- name: Install dependencies
0 commit comments