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 c23c434 + a645965 commit fc740beCopy full SHA for fc740be
.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@v4
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
0 commit comments