File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,28 +16,28 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout uutils.github.io Repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 repository : uutils/uutils.github.io
2222 path : ' ./uutils.github.io'
2323 fetch-depth : 0
2424
2525 - name : Checkout Coreutils Repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 repository : uutils/coreutils
2929 path : ' ./coreutils'
3030 fetch-depth : 0
3131
3232 - name : Checkout Coreutils L10n Repository
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 repository : uutils/coreutils-l10n
3636 path : ' ./coreutils-l10n'
3737 fetch-depth : 0
3838
3939 - name : Checkout Findutils Repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 repository : uutils/findutils
4343 path : ' ./findutils'
You can’t perform that action at this time.
0 commit comments