diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 3922504..74e921f 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 2 - name: Validate gradle wrapper - uses: gradle/actions/wrapper-validation@v3.5.0 + uses: gradle/actions/wrapper-validation@v4.1.0 - name: Setup JDK ${{ inputs.java }} with cache if: ${{ inputs.cache }} diff --git a/.github/workflows/mc-publish.yml b/.github/workflows/mc-publish.yml index 14e99ae..a0d5c3c 100644 --- a/.github/workflows/mc-publish.yml +++ b/.github/workflows/mc-publish.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 2 - name: Validate gradle wrapper - uses: gradle/actions/wrapper-validation@v3.5.0 + uses: gradle/actions/wrapper-validation@v4.1.0 - name: setup jdk ${{ inputs.java }} uses: actions/setup-java@v4.2.2 diff --git a/.github/workflows/mc-tests.yml b/.github/workflows/mc-tests.yml index 49dd9b8..2a07df9 100644 --- a/.github/workflows/mc-tests.yml +++ b/.github/workflows/mc-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: Validate gradle wrapper - uses: gradle/actions/wrapper-validation@v3.5.0 + uses: gradle/actions/wrapper-validation@v4.1.0 - name: Setup JDK ${{ inputs.java }} with cache if: ${{ inputs.cache }} @@ -62,7 +62,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.1.7 - name: validate gradle wrapper - uses: gradle/actions/wrapper-validation@v3.5.0 + uses: gradle/actions/wrapper-validation@v4.1.0 - name: Setup JDK ${{ inputs.java }} with cache if: ${{ inputs.cache }} diff --git a/.github/workflows/spotless.yml b/.github/workflows/spotless.yml index 28a07db..41eb815 100644 --- a/.github/workflows/spotless.yml +++ b/.github/workflows/spotless.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 2 - name: Validate gradle wrapper - uses: gradle/actions/wrapper-validation@v3.5.0 + uses: gradle/actions/wrapper-validation@v4.1.0 - name: Setup JDK ${{ inputs.java }} uses: actions/setup-java@v4.2.2