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,35 +16,35 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout uutils.github.io Repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
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@v6
26+ uses : actions/checkout@v7
2727 with :
2828 repository : uutils/coreutils
2929 path : ' ./coreutils'
3030 fetch-depth : 0
3131
3232 - name : Checkout Coreutils L10n Repository
33- uses : actions/checkout@v6
33+ uses : actions/checkout@v7
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@v6
40+ uses : actions/checkout@v7
4141 with :
4242 repository : uutils/findutils
4343 path : ' ./findutils'
4444 fetch-depth : 0
4545
4646 - name : Checkout Grep Repository
47- uses : actions/checkout@v6
47+ uses : actions/checkout@v7
4848 with :
4949 repository : uutils/grep
5050 path : ' ./grep'
You can’t perform that action at this time.
0 commit comments