Skip to content

Commit

Permalink
github: bump to setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jnikula committed Sep 6, 2024
1 parent 295776c commit 8bb0ad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip install flake8
- name: Style check
run: make check-style
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: pip install restructuredtext_lint
- name: reStructuredText check
run: make check-rst
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Install dependencies (apt)
run: sudo apt-get install -y python3-clang python3-pip
- name: Examples check
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Install dependencies (apt)
run: sudo apt-get install -y python3-clang python3-pip
- name: Test
Expand Down

0 comments on commit 8bb0ad7

Please sign in to comment.