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.
1 parent a9394a2 commit 3de7c15Copy full SHA for 3de7c15
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: gradle/wrapper-validation-action@v1
12
- name: Set up JDK 11
13
uses: actions/setup-java@v3
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
0 commit comments