Skip to content

Commit 237c904

Browse files
committed
CI: update to current best practices
* Newer versions of configured actions * New vars for Maven Central deployment
1 parent 2e3f205 commit 237c904

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Java
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: '11'
2323
distribution: 'zulu'
@@ -31,6 +31,6 @@ jobs:
3131
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3232
MAVEN_USER: ${{ secrets.MAVEN_USER }}
3333
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
34-
OSSRH_USER: ${{ secrets.OSSRH_USER }}
35-
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
34+
CENTRAL_USER: ${{ secrets.CENTRAL_USER }}
35+
CENTRAL_PASS: ${{ secrets.CENTRAL_PASS }}
3636
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}

0 commit comments

Comments
 (0)