Skip to content

Commit ab86674

Browse files
Bump gradle/actions from 4.3.0 to 4.4.2
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.0 to 4.4.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4.3.0...v4.4.2) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1fe996 commit ab86674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
distribution: temurin
1414
java-version: 21
1515
cache: gradle
16-
- uses: gradle/actions/setup-gradle@v4.3.0
16+
- uses: gradle/actions/setup-gradle@v4.4.2
1717
- name: Build
1818
timeout-minutes: 15
1919
run: ./gradlew check

0 commit comments

Comments
 (0)