Skip to content

Commit cd61df6

Browse files
build(deps): bump gradle/actions from 4 to 5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc94a6c commit cd61df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
distribution: 'temurin'
3535

3636
- name: Setup Gradle
37-
uses: gradle/actions/setup-gradle@v4
37+
uses: gradle/actions/setup-gradle@v5
3838

3939
- name: Detect modified subprojects
4040
uses: ./.github/actions/detect-modified-projects

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
java-version: "17"
124124

125125
- name: Setup Gradle
126-
uses: gradle/actions/setup-gradle@v4
126+
uses: gradle/actions/setup-gradle@v5
127127

128128
# Build & stage all subprojects into root/build/staging-deploy
129129
- name: Build & publish to local staging dir

0 commit comments

Comments
 (0)