diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9988a1..93bd7fb 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 50d568b..5e430bb 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 OSSRH Snapshot Repository