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 5edea2f + 41617d3 commit 4e6c526Copy full SHA for 4e6c526
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Git checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
- name: Set up JDK 17
17
uses: actions/setup-java@v5
18
with:
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
23
24
25
26
27
28
0 commit comments