Skip to content

Commit

Permalink
Upgrade setup-python from v1 to v5.
Browse files Browse the repository at this point in the history
We were using a pretty old `setup-python@v1` in `tests.yml`. This change
upgrades it to the latest major version.

PiperOrigin-RevId: 688641724
  • Loading branch information
kenjitoyama authored and copybara-github committed Oct 22, 2024
1 parent de00444 commit fb2ca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit fb2ca1e

Please sign in to comment.