We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49328a4 commit c8577adCopy full SHA for c8577ad
2 files changed
.github/workflows/python-package.yml
@@ -19,9 +19,9 @@ jobs:
19
python-version: ["3.10"]
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
# You can test your matrix by printing the current Python version
.github/workflows/testing.yml
@@ -23,10 +23,10 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
29
- uses: actions/setup-python@v3
30
31
32
- name: Install ffmpeg
0 commit comments