mirror of
https://github.com/google/glazier.git
synced 2026-04-05 14:00:01 -04:00
update python actions to v3
PiperOrigin-RevId: 531193278
This commit is contained in:
committed by
Copybara-Service
parent
fc02f0a3f4
commit
337c40159c
4
.github/workflows/python_tests.yml
vendored
4
.github/workflows/python_tests.yml
vendored
@@ -7,9 +7,9 @@ jobs:
|
||||
matrix:
|
||||
python-version: [3.9, '3.10']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user