File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Install dependencies
2929 run : sudo apt update && sudo apt-get install libgpac-dev libtesseract-dev
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : build
3232 run : ./build
3333 working-directory : ./linux
4747 steps :
4848 - name : Install dependencies
4949 run : sudo apt update && sudo apt-get install libgpac-dev
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - name : run autogen
5252 run : ./autogen.sh
5353 working-directory : ./linux
6565 steps :
6666 - name : Install dependencies
6767 run : sudo apt update && sudo apt-get install libgpac-dev
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 - name : cmake
7070 run : mkdir build && cd build && cmake ../src
7171 - name : build
7676 cmake_ocr_hardsubx :
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 - name : Install dependencies
8181 run : sudo apt update && sudo apt install libgpac-dev libtesseract-dev libavformat-dev libavdevice-dev libswscale-dev yasm
8282 - name : cmake
9494 steps :
9595 - name : Install dependencies
9696 run : sudo apt update && sudo apt-get install libgpac-dev
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898 - name : cache
9999 uses : actions/cache@v4
100100 with :
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Install dependencies
2929 run : brew install pkg-config autoconf automake libtool tesseract leptonica gpac
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : build
3232 run : ./build.command
3333 working-directory : ./mac
4545 build_autoconf :
4646 runs-on : macos-latest
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - name : Install dependencies
5050 run : brew install pkg-config autoconf automake libtool gpac
5151 - name : run autogen
@@ -63,10 +63,10 @@ jobs:
6363 cmake :
6464 runs-on : macos-latest
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v5
6767 - name : dependencies
6868 run : brew install gpac
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 - name : cmake
7171 run : mkdir build && cd build && cmake ../src
7272 - name : build
7777 build_rust :
7878 runs-on : macos-latest
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@v5
8181 - name : cache
8282 uses : actions/cache@v4
8383 with :
Original file line number Diff line number Diff line change 2929 runs-on : windows-2022
3030 steps :
3131 - name : Check out repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Setup MSBuild.exe
34343535 with :
8080 runs-on : windows-2022
8181 steps :
8282 - name : Check out repository
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
8484 - name : Setup MSBuild.exe
85858686 with :
Original file line number Diff line number Diff line change 1919 format :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Format code
2424 run : |
2525 find src/ -type f -not -path "src/thirdparty/*" -not -path "src/lib_ccx/zvbi/*" -name '*.c' -not -path "src/GUI/icon_data.c" | xargs clang-format -i
3333 run :
3434 working-directory : ${{ matrix.workdir }}
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - name : cache
3838 uses : actions/cache@v4
3939 with :
Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111 steps :
1212 - name : Check out repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Get the version
1515 id : get_version
1616 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
6969 create_linux_package :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 with :
7474 path : ./ccextractor
7575 - name : Create .tar.gz without git and windows folders
Original file line number Diff line number Diff line change 1818 run :
1919 working-directory : ./src/rust
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : cache
2323 uses : actions/cache@v4
2424 with :
You can’t perform that action at this time.
0 commit comments