diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bf6c7f..e26ebcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v1.0.6 + uses: gradle/wrapper-validation-action@v1.1.0 properties: name: Export Properties diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f4ad05..f33bc76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Fetch Sources uses: actions/checkout@v3 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v1.0.6 + uses: gradle/wrapper-validation-action@v1.1.0 release: name: Publish To Maven Central