Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Bump python and actions versions
  • Loading branch information
jmichelp authored Apr 30, 2024
1 parent c85d011 commit cfde665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- run: ./setup.sh
- run: ./run_desktop_tests.sh

0 comments on commit cfde665

Please sign in to comment.