Skip to content

Commit 5b5ef82

Browse files
authored
[ci] Update all Github actions to their latest major release (#1125)
1 parent adbf810 commit 5b5ef82

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/MSBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
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

.github/workflows/autotools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/autotools_msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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:

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/compare_def_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
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

.github/workflows/whitelint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
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

0 commit comments

Comments
 (0)