From 8808953e19e6f74c90c40b87a9f02a5f21e50880 Mon Sep 17 00:00:00 2001 From: Cedric <103828586+Uhutown@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:32:58 +0200 Subject: [PATCH] Update version --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index bd0a9e14d..03ea15674 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -30,7 +30,7 @@ jobs: if: endswith(github.ref_name, 'master') && github.ref_protected && github.ref_type == 'branch' runs-on: ubuntu-latest env: - APPVEYOR_BUILD_VERSION: '3.0.0' + APPVEYOR_BUILD_VERSION: '3.0.1' CURSETOKEN: ${{ secrets.CURSETOKEN }} steps: - uses: actions/checkout@v3