Use newer actions
This commit is contained in:
parent
b12203d2d2
commit
543bc9b958
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -23,9 +23,9 @@ jobs:
|
||||||
PY_MPV_SKIP_TESTS: >-
|
PY_MPV_SKIP_TESTS: >-
|
||||||
test_wait_for_property_event_overflow
|
test_wait_for_property_event_overflow
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: 'Install Python'
|
- name: 'Install Python'
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: 'Update Packages'
|
- name: 'Update Packages'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue