Skip to content

Commit 32ccc42

Browse files
Bump gradle/actions from 4 to 5 (#9)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 854b130 commit 32ccc42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3131
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3232
- name: Setup Gradle
33-
uses: gradle/actions/setup-gradle@v4
33+
uses: gradle/actions/setup-gradle@v5
3434

3535
- name: Gradle Build
3636
run: ./gradlew build

.github/workflows/gradle-dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
3636
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
3737
- name: Generate and submit dependency graph
38-
uses: gradle/actions/dependency-submission@v4
38+
uses: gradle/actions/dependency-submission@v5

.github/workflows/gradle-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
2626
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
2727
- name: Setup Gradle
28-
uses: gradle/actions/setup-gradle@v4
28+
uses: gradle/actions/setup-gradle@v5
2929

3030
- name: Publish Release
3131
env:

.github/workflows/gradle-publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
distribution: "temurin"
6161

6262
- name: Setup Gradle
63-
uses: gradle/actions/setup-gradle@v4
63+
uses: gradle/actions/setup-gradle@v5
6464

6565
- name: Evaluate Version
6666
id: version

0 commit comments

Comments
 (0)