Use newer actions

This commit is contained in:
Elias Müller 2022-07-09 19:25:08 +02:00 committed by jaseg
parent b12203d2d2
commit 543bc9b958

View file

@ -23,9 +23,9 @@ jobs:
PY_MPV_SKIP_TESTS: >-
test_wait_for_property_event_overflow
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Install Python'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: 'Update Packages'