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