We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18d31f commit 0e8a058Copy full SHA for 0e8a058
1 file changed
.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@v5
+ uses: actions/checkout@v6
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