File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 python-version : ["3.10"]
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v4
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 # You can test your matrix by printing the current Python version
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v4
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install ffmpeg
You can’t perform that action at this time.
0 commit comments