Update actions/checkout action to v4
All checks were successful
apk / build (push) Successful in 16m13s

This commit is contained in:
Renovate Bot 2023-09-11 06:53:01 +00:00
parent 150ba5ae6d
commit 19031770a8

View File

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