We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed3f77 commit 05e2df2Copy full SHA for 05e2df2
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: gradle/wrapper-validation-action@v2
+ - uses: gradle/wrapper-validation-action@v3
13
14
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.
15
- name: Generate build number
@@ -21,7 +21,7 @@ jobs:
21
- run: git config --global user.email "nobody@example.com"
22
- run: git config --global user.name "Nobody"
23
- name: setup jdk
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
java-version: 21
27
distribution: 'temurin'
0 commit comments