Skip to content

Commit b4fecbf

Browse files
deps(upgrade): bump gradle/gradle-build-action from 2 to 3 (#794)
* deps(upgrade): bump gradle/gradle-build-action from 2 to 3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * deps(upgrade): bump gradle/gradle-build-action from 2 to 3 (fix deprecation warning) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Todorov <[email protected]>
1 parent be5e3eb commit b4fecbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
distribution: "temurin"
7575

7676
- name: Setup Gradle
77-
uses: gradle/gradle-build-action@v2
77+
uses: gradle/actions/setup-gradle@v3
7878
with:
7979
# The Gradle wrapper's version (already the default, putting it here to clarity)
8080
gradle-version: wrapper

.github/workflows/command-deploy-pr-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: "temurin"
2828

2929
- name: Setup Gradle
30-
uses: gradle/gradle-build-action@v2
30+
uses: gradle/actions/setup-gradle@v3
3131
with:
3232
# The Gradle wrapper's version (already the default, putting it here to clarity)
3333
gradle-version: wrapper

.github/workflows/deploy-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: "temurin"
2727

2828
- name: Setup Gradle
29-
uses: gradle/gradle-build-action@v2
29+
uses: gradle/actions/setup-gradle@v3
3030
with:
3131
# The Gradle wrapper's version (already the default, putting it here to clarity)
3232
gradle-version: wrapper

0 commit comments

Comments
 (0)