Skip to content

Commit

Permalink
ci: update setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jun 11, 2024
1 parent 51efeb9 commit 1fe3a93
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infra_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
- name: Setup python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8
cache: pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
cancel-in-progress: true
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with: # Needed for git diff to work. (get_changed_files)
fetch-depth: 0
- run: |
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
- name: Setup python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo bash -c '(ionice -c 3 nice -n 19 rm -rf /usr/share/dotnet/ /usr/local/graalvm/ /usr/local/.ghcup/ /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /usr/local/lib/node_modules)&'
- name: Setup python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8
cache: pip
Expand Down

0 comments on commit 1fe3a93

Please sign in to comment.