summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Müller <elias.mr1@gmail.com>2022-07-09 19:25:08 +0200
committerjaseg <136313+jaseg@users.noreply.github.com>2022-07-11 12:44:47 +0200
commit543bc9b9583b561077559102fe4296c9e0e19f35 (patch)
tree90f9a480f5ac29d99225c7d1fa2874df751dee66
parentb12203d2d2cfcd7f7868eb8e5bde1c7fa48e12b7 (diff)
downloadpython-mpv-543bc9b9583b561077559102fe4296c9e0e19f35.tar.gz
python-mpv-543bc9b9583b561077559102fe4296c9e0e19f35.tar.bz2
python-mpv-543bc9b9583b561077559102fe4296c9e0e19f35.zip
Use newer actions
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e262bba..cfba59e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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'