Skip to content

Commit 615c5ea

Browse files
renovate[bot]cakebaker
authored andcommitted
chore(deps): update actions/checkout action to v7
1 parent 66bef0b commit 615c5ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/website.yml

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

0 commit comments

Comments
 (0)