Browse Source

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
...

See gh-47416

Signed-off-by: dependabot[bot] <support@github.com>
pull/47902/head
dependabot[bot] 2 months ago committed by Stéphane Nicoll
parent
commit
f44def32ca
  1. 2
      .github/workflows/verify.yml

2
.github/workflows/verify.yml

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

Loading…
Cancel
Save