From 292daefc99dfff00d3e5cde8c5f18e76b20dd3df Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 1 Aug 2025 11:24:44 +0100 Subject: [PATCH] chore: Use non deprecated action --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c696e635..b50b8ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,8 @@ jobs: name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 + # v4.4.1 + uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 - name: Build package run: ./gradlew build env: