CI: switch actions/checkout to v6

This commit is contained in:
aeiouaeiouaeiouaeiouaeiouaeiou
2025-12-06 06:50:54 +03:00
committed by Renee Otten
parent f3e3c102b2
commit f95c935707
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -28,13 +28,13 @@ jobs:
steps:
- name: Checkout ports
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 64
path: ports
show-progress: false
- name: Checkout mpbb
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1
repository: macports/mpbb
+3 -3
View File
@@ -32,13 +32,13 @@ jobs:
steps:
- name: Checkout ports
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 2
path: ports
show-progress: false
- name: Checkout mpbb
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1
repository: macports/mpbb
@@ -46,7 +46,7 @@ jobs:
path: mpbb
show-progress: false
- name: Checkout contrib
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1
repository: macports/macports-contrib