File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,16 @@ jobs:
3838 steps :
3939 - run : echo ${{github.ref}}
4040
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v4
4242
4343 - name : Set up FFmpeg
44- uses : FedericoCarboni/setup-ffmpeg@v1
44+ uses : FedericoCarboni/setup-ffmpeg@v3
4545 with :
46- token : ${{ secrets.GITHUB_TOKEN }}
46+ architecture : x64
47+ github-token : ${{ secrets.GITHUB_TOKEN }}
4748
4849 - name : Setup Python ${{ matrix.python-version }}
49- uses : actions/setup-python@v2
50+ uses : actions/setup-python@v5
5051 with :
5152 python-version : ${{ matrix.python-version }}
5253 architecture : ${{ matrix.arch }}
@@ -68,10 +69,10 @@ jobs:
6869 needs : tests
6970 if : startsWith(github.ref, 'refs/tags')
7071 steps :
71- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v4
7273
7374 - name : Setup Python
74- uses : actions/setup-python@v2
75+ uses : actions/setup-python@v5
7576 with :
7677 python-version : " 3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
7778
You can’t perform that action at this time.
0 commit comments