diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-03-16 20:09:45 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-04-25 22:05:39 +0100 |
| commit | a01d4c909e8dee6ffe46c2e4849aa8adb0fb7aa0 (patch) | |
| tree | 5f958858eb47f9908669c01c0023adcbdeb72793 /.github | |
| parent | c554962f81153e7d1d8f9e9d01f447374b8210c1 (diff) | |
Fix build workflow node.js deprecation warning
Update gradle/wrapper-validation-action to v2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18ea0893..55bc8548 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v1 + uses: gradle/wrapper-validation-action@v2 - name: "Setup JDK (${{ matrix.distribution }} ${{ matrix.java-version }})" uses: actions/setup-java@v4 with: |
