Skip to content

Commit

Permalink
GH Actions: Upgraded Python, setup-python, checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Oct 14, 2024
1 parent 980728e commit 5dfdc14
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/markdowner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checks-out repository
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.12"
- name: Run markdowner.py to (hopefully not) edit markdown files
run: |
find . -name '*.markdown' -type f -exec python3 .github/workflows/markdowner.py {} all \; | tee output.log
Expand Down

0 comments on commit 5dfdc14

Please sign in to comment.