From a39cbf071043d47cac0a46dfe884853b58928ab3 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 29 Sep 2023 00:22:19 +0200 Subject: [PATCH] Update actions --- .gitea/workflows/apk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/apk.yml b/.gitea/workflows/apk.yml index fdc9788..b9278b1 100644 --- a/.gitea/workflows/apk.yml +++ b/.gitea/workflows/apk.yml @@ -6,10 +6,10 @@ jobs: runs-on: ubuntu-latest container: mingc/android-build-box steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: 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: sh gradlew build bundleRelease assembleRelease --no-daemon - uses: https://gitea.com/actions/release-action@main