Skip to content

Commit 05e2df2

Browse files
committed
Update publish.yml
1 parent 8ed3f77 commit 05e2df2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: gradle/wrapper-validation-action@v2
12+
- uses: gradle/wrapper-validation-action@v3
1313

1414
# Generate the build number based on tags to allow per branch build numbers, not something github provides by default.
1515
- name: Generate build number
@@ -21,7 +21,7 @@ jobs:
2121
- run: git config --global user.email "nobody@example.com"
2222
- run: git config --global user.name "Nobody"
2323
- name: setup jdk
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: 21
2727
distribution: 'temurin'

0 commit comments

Comments
 (0)