We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 916cd9f + ab41e0c commit 0646e66Copy full SHA for 0646e66
.github/workflows/build-master.yml
@@ -14,7 +14,7 @@ jobs:
14
java: ['17']
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Validate Gradle wrapper
20
uses: gradle/wrapper-validation-action@v1
.github/workflows/pull-request.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
0 commit comments