Skip to content

Commit 308bfd4

Browse files
committed
update actions
1 parent 35e5e74 commit 308bfd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-citydb-tool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Setup Java
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
distribution: ${{ matrix.distribution }}
2020
java-version: ${{ matrix.java }}
2121
- name: Grant execute permission to Gradle
2222
run: chmod +x ./gradlew
2323
- name: Execute Gradle build
24-
uses: gradle/gradle-build-action@v2
24+
uses: gradle/gradle-build-action@v3
2525
with:
2626
arguments: build
2727
cache-disabled: true

0 commit comments

Comments
 (0)