Skip to content

Commit 7d6fed2

Browse files
Bump gradle/actions from 3 to 4
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v3...v4) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6eccb4 commit 7d6fed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323
java-version: ${{ matrix.java }}
2424
- name: Setup Gradle
25-
uses: gradle/actions/setup-gradle@v3
25+
uses: gradle/actions/setup-gradle@v4
2626
with:
2727
cache-disabled: ${{ contains(matrix.os, 'windows') }}
2828
- name: Build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
distribution: 'temurin'
1717
java-version: '11'
1818
- name: Setup Gradle
19-
uses: gradle/actions/setup-gradle@v3
19+
uses: gradle/actions/setup-gradle@v4
2020
with:
2121
cache-disabled: ${{ contains(matrix.os, 'windows') }}
2222
- name: Get tag name

0 commit comments

Comments
 (0)