mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Update actions/checkout action to v6
This commit is contained in:
committed by
Daniel Hofstetter
parent
ee7de7abdd
commit
7dedc38e11
@@ -16,28 +16,28 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout uutils.github.io Repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: uutils/uutils.github.io
|
||||
path: './uutils.github.io'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Coreutils Repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: uutils/coreutils
|
||||
path: './coreutils'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Coreutils L10n Repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: uutils/coreutils-l10n
|
||||
path: './coreutils-l10n'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Findutils Repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: uutils/findutils
|
||||
path: './findutils'
|
||||
|
||||
Reference in New Issue
Block a user