Skip to content

Commit d7d91f6

Browse files
committed
Fix workflow again
1 parent 20752d1 commit d7d91f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with:
99
fetch-depth: '0'
1010
- name: Validate Gradle Wrapper
11-
uses: gradle/wrapper-validation-action@v4
11+
uses: gradle/actions/wrapper-validation@v4
1212
- name: Set up JDK 17
1313
uses: actions/setup-java@v4
1414
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
steps:
77
- uses: actions/checkout@v4
88
- name: Validate Gradle Wrapper
9-
uses: gradle/wrapper-validation-action@v4
9+
uses: gradle/actions/wrapper-validation@v4
1010
- name: Set up JDK 17
1111
uses: actions/setup-java@v4
1212
with:

0 commit comments

Comments
 (0)