Skip to content

Commit 0200545

Browse files
authored
Merge pull request #40 from uutils/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 2c3a611 + e53580e commit 0200545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout uutils.github.io Repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
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@v4
26+
uses: actions/checkout@v5
2727
with:
2828
repository: uutils/coreutils
2929
path: './coreutils'
3030
fetch-depth: 0
3131

3232
- name: Checkout Findutils Repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
repository: uutils/findutils
3636
path: './findutils'

0 commit comments

Comments
 (0)