File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,16 @@ jobs:
38
38
steps :
39
39
- run : echo ${{github.ref}}
40
40
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v4
42
42
43
43
- name : Set up FFmpeg
44
- uses : FedericoCarboni/setup-ffmpeg@v1
44
+ uses : FedericoCarboni/setup-ffmpeg@v3
45
45
with :
46
- token : ${{ secrets.GITHUB_TOKEN }}
46
+ architecture : x64
47
+ github-token : ${{ secrets.GITHUB_TOKEN }}
47
48
48
49
- name : Setup Python ${{ matrix.python-version }}
49
- uses : actions/setup-python@v2
50
+ uses : actions/setup-python@v5
50
51
with :
51
52
python-version : ${{ matrix.python-version }}
52
53
architecture : ${{ matrix.arch }}
@@ -68,10 +69,10 @@ jobs:
68
69
needs : tests
69
70
if : startsWith(github.ref, 'refs/tags')
70
71
steps :
71
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v4
72
73
73
74
- name : Setup Python
74
- uses : actions/setup-python@v2
75
+ uses : actions/setup-python@v5
75
76
with :
76
77
python-version : " 3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
77
78
You can’t perform that action at this time.
0 commit comments