From 1550a0362a2fd841d9cc357b01b6ffb4b245885e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:51:58 +0000 Subject: [PATCH] Bump gradle/actions from 3 to 5 Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Unified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Unified.yml b/.github/workflows/Unified.yml index dfb0675..3635756 100644 --- a/.github/workflows/Unified.yml +++ b/.github/workflows/Unified.yml @@ -41,7 +41,7 @@ jobs: ls /dev/kvm - name: Gradle Wrapper Validation - uses: gradle/actions/wrapper-validation@v3 + uses: gradle/actions/wrapper-validation@v5 - name: Overriding gradle.properties for CI run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties