From 10bde53b234281a23a142c3e54600c5d2c2c5786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Fri, 29 Sep 2023 00:29:15 +0200 Subject: [PATCH] Update actions --- .gitea/workflows/apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/apk.yml b/.gitea/workflows/apk.yml index 438bb43..e7dd9e3 100644 --- a/.gitea/workflows/apk.yml +++ b/.gitea/workflows/apk.yml @@ -9,7 +9,7 @@ jobs: - 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 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