Skip to content

Commit bfd46f7

Browse files
Update actions/checkout action to v6
1 parent 59735c5 commit bfd46f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)