Skip to content

Commit a3a6fb6

Browse files
committed
Replace Gradle actions
1 parent 275d56c commit a3a6fb6

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
java-version: 17
2323

2424
- name: Assemble and Check
25-
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
25+
uses: gradle/actions/setup-gradle@v4
2626
with:
2727
arguments: assemble check
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11-
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3
11+
- uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)