We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149bcdc commit fe61c2dCopy full SHA for fe61c2d
3 files changed
.github/workflows/master.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: gradle/wrapper-validation-action@v3
+ - uses: gradle/actions/wrapper-validation@v4
20
- name: Set up JDK 11
21
uses: actions/setup-java@v4
22
with:
.github/workflows/pull_request.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
23
24
25
26
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
0 commit comments