Skip to content

Commit

Permalink
Upgrade setup-python action (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Feb 24, 2024
1 parent e4fdf64 commit 9f19001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git checkout -b pr
git branch -f main origin/main
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install wpiformat
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
git checkout -b pr
git branch -f main origin/main
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install clang-tidy
Expand Down

0 comments on commit 9f19001

Please sign in to comment.