File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 if : github.event_name == 'push' || !github.event.pull_request.draft
1616 steps :
1717 - name : Check out repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Install uv
2121 id : setup-uv
Original file line number Diff line number Diff line change 1010 if : github.event_name == 'release'
1111 steps :
1212 - name : Check out repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Get the tag name for the release
1616 id : vars
Original file line number Diff line number Diff line change 2424 runs-on : ${{ matrix.os }}
2525 steps :
2626 - name : Check out repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Set up MKVToolNix repository
3030 if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments