Skip to content

Commit

Permalink
DO NOT MERGE: try with newer actions?
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Schulz <[email protected]>
  • Loading branch information
QSchulz committed Nov 19, 2024
1 parent 1a5b830 commit 8a641e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -25,8 +25,8 @@ jobs:
build-example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 8a641e8

Please sign in to comment.