Skip to content

Commit e00d27c

Browse files
committed
Updated gradle/actions/setup-gradle version, as
the current one was removed from the allowed repos apparently
1 parent cbcaa8d commit e00d27c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
java-version: 17
5555
distribution: oracle
5656
- name: Validate Gradle wrapper
57-
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
57+
# See latest versions here: https://github.com/gradle/actions/releases
58+
uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
5859
- name: Run Build
5960
id: build_step
6061
run: './gradlew "-Pfreemarker.signMethod=none" "-Pfreemarker.allowUnsignedReleaseBuild=true" --continue clean build'

0 commit comments

Comments
 (0)