You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Update actions/checkout action to v5
This commit is contained in:
@@ -16,21 +16,21 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout uutils.github.io Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: uutils/uutils.github.io
|
||||
path: './uutils.github.io'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Coreutils Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: uutils/coreutils
|
||||
path: './coreutils'
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Findutils Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: uutils/findutils
|
||||
path: './findutils'
|
||||
|
||||
Reference in New Issue
Block a user