Bump to use v3.3.1
Some checks failed
CI-quick-check / action-inputs (push) Has been cancelled
CI-quick-check / caching-config (push) Has been cancelled
CI-quick-check / dependency-graph (push) Has been cancelled
CI-quick-check / dependency-graph-failures (push) Has been cancelled
CI-quick-check / execution-with-caching (push) Has been cancelled
CI-quick-check / execution (push) Has been cancelled
CI-quick-check / develocity-injection (push) Has been cancelled
CI-quick-check / provision-gradle-versions (push) Has been cancelled
CI-quick-check / restore-configuration-cache (push) Has been cancelled
CI-quick-check / restore-containerized-gradle-home (push) Has been cancelled
CI-quick-check / restore-custom-gradle-home (push) Has been cancelled
CI-quick-check / restore-gradle-home (push) Has been cancelled
CI-quick-check / restore-java-toolchain (push) Has been cancelled
CI-quick-check / sample-kotlin-dsl (push) Has been cancelled
CI-quick-check / sample-gradle-plugin (push) Has been cancelled
CI-quick-check / toolchain-detection (push) Has been cancelled
Demo Job Summary, for Gradle builds / many-gradle-builds (push) Has been cancelled
Demo Job Summary, for Gradle builds / successful-builds-with-no-summary (push) Has been cancelled
Demo Job Summary, for Gradle builds / pre-existing-gradle-home (push) Has been cancelled

This commit is contained in:
daz 2024-04-18 13:51:36 -06:00
parent 8baac4c8ef
commit e2097ccd7e
No known key found for this signature in database

View File

@ -172,7 +172,7 @@ runs:
steps:
- name: Setup Gradle
id: setup-gradle
uses: gradle/actions/setup-gradle@v3.3.0
uses: gradle/actions/setup-gradle@v3.3.1
with:
gradle-version: ${{ inputs.gradle-version }}
cache-disabled: ${{ inputs.cache-disabled }}