Skip to content

Commit

Permalink
Bump gradle/actions in action.yml from 3.3.1 to 3.3.2
Browse files Browse the repository at this point in the history
Dependabot misses the update in action.yml, see
202ebd3
  • Loading branch information
mhalbritter committed Apr 30, 2024
1 parent 7b7c332 commit 6db8d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
${{ inputs.java-version }}
${{ inputs.java-toolchain && '17' || '' }}
- name: Set Up Gradle
uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c #v3.3.1
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
with:
cache-read-only: false
- name: Configure Gradle Properties
Expand Down

0 comments on commit 6db8d6f

Please sign in to comment.