Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
21466b74be Update actions/checkout action to v5
Some checks failed
/ build (pull_request) Failing after 9s
2025-10-16 23:20:32 +00:00

View file

@ -27,7 +27,7 @@ jobs:
# For uploading. # For uploading.
apk add rsync openssh apk add rsync openssh
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
fetch-depth: 0 # pull full history for page lastmod by git commit date fetch-depth: 0 # pull full history for page lastmod by git commit date
submodules: recursive submodules: recursive