You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
CI: switch actions/checkout to v6
This commit is contained in:
committed by
Renee Otten
parent
f3e3c102b2
commit
f95c935707
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user