File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Add MSBuild to PATH
24- uses : microsoft/setup-msbuild@v1
24+ uses : microsoft/setup-msbuild@v2
2525
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v6
2727
2828 - name : Upgrade VC Project File
2929 # We maintain our vcproj file in an old format to maintain backwards compatibility
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 shell : bash
5050 steps :
5151 - name : checkout PortAudio git repo
52- uses : actions/checkout@v2
52+ uses : actions/checkout@v6
5353
5454 - name : setup vcpkg
55- uses : lukka/run-vcpkg@v7
55+ uses : lukka/run-vcpkg@v11
5656 if : ${{ matrix.vcpkg_triplet }} != null
5757 with :
5858 vcpkgDirectory : ${{ github.workspace }}/../vcpkg
Original file line number Diff line number Diff line change 3232 shell : msys2 {0}
3333 steps :
3434 - name : checkout PortAudio git repo
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v6
3636 - name : setup msys2
3737 uses : msys2/setup-msys2@v2
3838 with :
Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868 cmake_build_type : RelWithDebInfo
6969 steps :
7070 - name : Checkout PortAudio Git repository
71- uses : actions/checkout@v2
71+ uses : actions/checkout@v6
7272 - name : " Install dependencies [Ubuntu]"
7373 run : |
7474 sudo apt-get update
7575 sudo apt-get install libasound2-dev libpulse-dev libsndio-dev ${{ matrix.dependencies_extras }}
7676 if : matrix.os == 'ubuntu-latest'
7777 - name : " Set up ASIO SDK cache [Windows/MinGW]"
78- uses : actions/cache@v4
78+ uses : actions/cache@v5
7979 if : matrix.asio_sdk_cache_path != null
8080 with :
8181 path : ${{ matrix.asio_sdk_cache_path }}
Original file line number Diff line number Diff line change 99 name : Ubuntu
1010
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-python@v4
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.x'
1616 - name : Run the pa_compare_def_files.py script
Original file line number Diff line number Diff line change 99 name : Ubuntu
1010
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-python@v4
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.x'
1616 - name : Run the pa_whitelint.py script
You can’t perform that action at this time.
0 commit comments