From 055025928dbcb695f3dbf19e309183a43cd2b0c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:10:03 +0000 Subject: [PATCH] chore(deps): update gradle/actions action to v5 --- .github/workflows/build.yml | 2 +- .github/workflows/build_lowest.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb4ac17..b356254 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: distribution: temurin java-version: 21 cache: 'gradle' - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@v5 - name: Configure Git run: git config --global user.email "no-reply@github.com" && git config --global user.name "Gitea Actions" - name: Grant execute permission for gradlew diff --git a/.github/workflows/build_lowest.yml b/.github/workflows/build_lowest.yml index 65bc0b8..56387bb 100644 --- a/.github/workflows/build_lowest.yml +++ b/.github/workflows/build_lowest.yml @@ -12,7 +12,7 @@ jobs: distribution: temurin java-version: 21 cache: 'gradle' - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@v5 - name: Configure Git run: git config --global user.email "no-reply@github.com" && git config --global user.name "Gitea Actions" - name: Grant execute permission for gradlew diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9c58126..1076a0e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: distribution: temurin java-version: 21 cache: 'gradle' - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@v5 - name: Configure Git run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions" - name: Grant execute permission for gradlew