Skip to content

Commit

Permalink
Merge pull request #1998 from nextcloud/renovate/gradle-wrapper-valid…
Browse files Browse the repository at this point in the history
…ation-action-2.x

chore(deps): update gradle/wrapper-validation-action action to v2
  • Loading branch information
AndyScherzinger authored Feb 2, 2024
2 parents 4af20f4 + e6c7b95 commit 1a1b3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-latest: true
cache: 'gradle'
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
- uses: gradle/wrapper-validation-action@27152f6fa06a6b8062ef7195c795692e51fc2c81 # v2.0.0

0 comments on commit 1a1b3d8

Please sign in to comment.