Skip to content

Commit 188b659

Browse files
mzhaodevlineargraph
authored andcommitted
Upgrade GitHub actions gradle/actions/* to v4
1 parent c1dabe3 commit 188b659

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
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 17
1818

1919
- name: Setup Gradle
20-
uses: gradle/actions/setup-gradle@v3
20+
uses: gradle/actions/setup-gradle@v4
2121

2222
- name: Execute Gradle build
2323
run: ./gradlew build

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/[email protected]
10-
- uses: gradle/wrapper-validation[email protected]
10+
- uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)