We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d2f44 commit 9d5e0d3Copy full SHA for 9d5e0d3
.github/workflows/rst-lint.yaml
@@ -12,6 +12,6 @@ jobs:
12
- name: Check out repository code
13
uses: actions/checkout@v4
14
- name: doc8-check
15
- uses: deep-entertainment/doc8-action@v4
+ uses: deep-entertainment/doc8-action@v5
16
with:
17
scanPaths: "doc/src"
.github/workflows/run-tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
fetch-depth: 0
29
- name: Set up Python ${{ matrix.python-version }}
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
31
32
python-version: ${{ matrix.python-version }}
33
- name: Install dependencies
0 commit comments