Bump gradle/actions from 4.4.4 to 5.0.0

Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.4 to 5.0.0.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](748248ddd2...4d9f0ba002)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-06 19:03:37 +00:00 committed by GitHub
parent a5dbc5bb22
commit edf109c05e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
with: with:
stable: true stable: true
- name: Set Up Gradle - name: Set Up Gradle
uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4 uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
with: with:
cache-read-only: false cache-read-only: false
- name: Configure Gradle Properties - name: Configure Gradle Properties