Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent f0ae974 commit 5b178f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Check spotless
run: ./gradlew spotlessCheck --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DeployZipline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Build zipline
run: ./gradlew compileZipline --stacktrace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ScreenShotTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Download Screenshots
id: download-artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 11
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Build KMM Module
run: ./gradlew appioscombined:assembleAppioscombinedDebugXCFramework
- name: Zip xcframework artifact
Expand Down

0 comments on commit 5b178f3

Please sign in to comment.