We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d7afb commit 956f2b6Copy full SHA for 956f2b6
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
run: sudo apt-get install libplist-dev libimobiledevice-dev libirecovery-1.0-dev
22
if: runner.os == 'Linux'
23
- name: Gradle build
24
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v3
25
with:
26
arguments: build --no-daemon --scan
27
dependency-graph: generate-and-submit
0 commit comments