Skip to content

Commit aacd4ac

Browse files
renovate[bot]zsliu98
authored andcommitted
chore(deps): update actions/checkout action to v7
1 parent 938a3d9 commit aacd4ac

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/cmake_aax_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: choco install ninja
4949

5050
- name: Checkout code
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
submodules: true
5454
fetch-depth: 0

.github/workflows/cmake_full_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo /usr/bin/Xvfb $DISPLAY &
6363
6464
- name: Checkout code
65-
uses: actions/checkout@v6
65+
uses: actions/checkout@v7
6666
with:
6767
submodules: recursive
6868
fetch-depth: 0

.github/workflows/cmake_heavy_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo /usr/bin/Xvfb $DISPLAY &
5959
6060
- name: Checkout code
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262
with:
6363
submodules: recursive
6464
fetch-depth: 0

.github/workflows/cmake_nightly_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
sudo /usr/bin/Xvfb $DISPLAY &
8181
8282
- name: Checkout code
83-
uses: actions/checkout@v6
83+
uses: actions/checkout@v7
8484
with:
8585
submodules: recursive
8686
fetch-depth: 0
@@ -227,13 +227,13 @@ jobs:
227227
path: "current_release"
228228

229229
- name: Checkout current repo
230-
uses: actions/checkout@v6
230+
uses: actions/checkout@v7
231231
with:
232232
submodules: false
233233
path: "current_repo"
234234

235235
- name: Download nightly-release repo
236-
uses: actions/checkout@v6
236+
uses: actions/checkout@v7
237237
with:
238238
repository: "ZL-Audio/ZLNightlyRelease"
239239
fetch-depth: 0

.github/workflows/cmake_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
sudo /usr/bin/Xvfb $DISPLAY &
8989
9090
- name: Checkout code
91-
uses: actions/checkout@v6
91+
uses: actions/checkout@v7
9292
with:
9393
submodules: recursive
9494
fetch-depth: 0
@@ -243,7 +243,7 @@ jobs:
243243

244244
steps:
245245
- name: Checkout code
246-
uses: actions/checkout@v6
246+
uses: actions/checkout@v7
247247
with:
248248
fetch-depth: 1
249249
fetch-tags: true

.github/workflows/sanitizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout code
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
submodules: recursive
4444
fetch-depth: 0
@@ -65,7 +65,7 @@ jobs:
6565
cat .env >> $GITHUB_ENV # pull in our PRODUCT_NAME, etc
6666
6767
- name: Checkout pluginval code
68-
uses: actions/checkout@v6
68+
uses: actions/checkout@v7
6969
with:
7070
path: "pluginval"
7171
repository: 'ZL-Audio/pluginval'

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout GitHub repo
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)