Skip to content

Commit 9d5e0d3

Browse files
committed
Update doc8-action to v5 and setup-python to v5
1 parent e6d2f44 commit 9d5e0d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rst-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Check out repository code
1313
uses: actions/checkout@v4
1414
- name: doc8-check
15-
uses: deep-entertainment/doc8-action@v4
15+
uses: deep-entertainment/doc8-action@v5
1616
with:
1717
scanPaths: "doc/src"

.github/workflows/run-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install dependencies

0 commit comments

Comments
 (0)