Skip to content

Commit b1fe996

Browse files
authored
Merge pull request #11 from http4k/dependabot/github_actions/gradle/actions-4.3.0
Bump gradle/actions from 4.1.0 to 4.3.0
2 parents 5fa51fc + b9d444e commit b1fe996

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.1.0
16+
- uses: gradle/actions/setup-gradle@v4.3.0
1717
- name: Build
1818
timeout-minutes: 15
1919
run: ./gradlew check

0 commit comments

Comments
 (0)