Skip to content

Commit b40ad09

Browse files
authored
Merge pull request #3357 from olehermanse/markdowner
GH Actions: Upgraded Python, setup-python, checkout
2 parents 980728e + 5dfdc14 commit b40ad09

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/markdowner.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
workflow_dispatch:
98

109
jobs:
1110
check:
12-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1312
steps:
1413
- name: Checks-out repository
15-
uses: actions/checkout@v2
16-
- name: Set up Python 3.7
17-
uses: actions/setup-python@v2
14+
uses: actions/checkout@v4
15+
- name: Set up Python 3.12
16+
uses: actions/setup-python@v5
1817
with:
19-
python-version: "3.7"
18+
python-version: "3.12"
2019
- name: Run markdowner.py to (hopefully not) edit markdown files
2120
run: |
2221
find . -name '*.markdown' -type f -exec python3 .github/workflows/markdowner.py {} all \; | tee output.log

0 commit comments

Comments
 (0)