We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c3a611 + e53580e commit 0200545Copy full SHA for 0200545
.github/workflows/website.yml
@@ -16,21 +16,21 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout uutils.github.io Repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
repository: uutils/uutils.github.io
22
path: './uutils.github.io'
23
fetch-depth: 0
24
25
- name: Checkout Coreutils Repository
26
27
28
repository: uutils/coreutils
29
path: './coreutils'
30
31
32
- name: Checkout Findutils Repository
33
34
35
repository: uutils/findutils
36
path: './findutils'
0 commit comments