Skip to content

Commit 84578ed

Browse files
committed
Update Gradle setup action (#182)
* Attemtp to automate package's testing * Fix typo * Update setup gradle action * Remove file from another PR * Update build.yml Signed-off-by: Álex Ruiz <[email protected]> --------- Signed-off-by: Álex Ruiz <[email protected]>
1 parent 5bac3b9 commit 84578ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/r_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java-version: 11
4141

4242
- name: Setup Gradle
43-
uses: gradle/[email protected]
43+
uses: gradle/actions/setup-gradle@v3
4444

4545
- name: Run `build.sh`
4646
run: |

0 commit comments

Comments
 (0)