1010 static :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.10'
1818 - name : Install dependencies
@@ -58,14 +58,14 @@ jobs:
5858 python-version : ['3.10', '3.13']
5959 runs-on : ${{ matrix.os }}
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 - name : Checkout resources branch
6363 run : |
6464 git fetch --depth=1 origin refs/heads/resources:refs/remotes/origin/resources
6565 git checkout refs/remotes/origin/resources -- tests/resources/
6666 git reset
6767 - name : Set up Python ${{ matrix.python-version }}
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : ${{ matrix.python-version }}
7171 - name : Install ffmpeg
@@ -82,14 +82,14 @@ jobs:
8282 needs : static
8383 runs-on : ubuntu-latest
8484 steps :
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686 - name : Checkout resources branch
8787 run : |
8888 git fetch --depth=1 origin refs/heads/resources:refs/remotes/origin/resources
8989 git checkout refs/remotes/origin/resources -- tests/resources/
9090 git reset
9191 - name : Set up Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ' 3.10'
9595 - name : Install ffmpeg
0 commit comments