Skip to content

Commit 7879c84

Browse files
committed
Use literal version in setup-gradle action
See if that fixes warning in build pipeline.
1 parent 60d4b32 commit 7879c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Gradle
3535
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c
3636
with:
37-
gradle-version: wrapper
37+
gradle-version: '8.14.3'
3838
cache-read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
3939
- name: Build with Gradle
4040
run: ./gradlew test -PbuildProfile=${{ matrix.java.profile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data

0 commit comments

Comments
 (0)