summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-03-16 20:09:45 +0100
committerLeonardo Bishop <13875753+LMBishop@users.noreply.github.com>2024-04-25 22:05:39 +0100
commita01d4c909e8dee6ffe46c2e4849aa8adb0fb7aa0 (patch)
tree5f958858eb47f9908669c01c0023adcbdeb72793
parentc554962f81153e7d1d8f9e9d01f447374b8210c1 (diff)
Fix build workflow node.js deprecation warning
Update gradle/wrapper-validation-action to v2
-rw-r--r--.github/workflows/build.yml2
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: