diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-22 03:46:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 03:46:52 +0530 |
commit | da23de995f1c8e7dd2fcaf858a20163338d59d46 (patch) | |
tree | bc8986ebb8f7368a1fd931fc553977895e0e1e2f /.github/workflows | |
parent | f7d2a3ac6ccefa4a24b3b97d08f5c8e4e6829473 (diff) |
chore(deps): update gradle/wrapper-validation-action action to v1.1.0 (#2614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/validate_gradle_wrapper.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate_gradle_wrapper.yml b/.github/workflows/validate_gradle_wrapper.yml index f8a7b9d5..57a43123 100644 --- a/.github/workflows/validate_gradle_wrapper.yml +++ b/.github/workflows/validate_gradle_wrapper.yml @@ -24,4 +24,4 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6 + uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0 |