Update actions/checkout action to v4
Some checks failed
apk / build (push) Failing after 8s

This commit is contained in:
Renovate Bot 2023-09-11 06:54:30 +00:00
parent 6eaceed5a9
commit 65344aa8af

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: curl -sSL -u "$USERNAME:$PASSWORD" -o ShareWithTitle/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE
- run: sh gradlew lint build bundle assemble --no-daemon
- uses: https://gitea.com/actions/release-action@main