Skip to content

Commit

Permalink
Update actions to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonenriqueta authored Apr 4, 2024
1 parent a0bd5ff commit 59b77ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v4
with:
java-version: 11
- name: Build with Gradle
Expand All @@ -21,4 +21,4 @@ jobs:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew build publish -Prelease=true
run: ./gradlew build publish -Prelease=true

0 comments on commit 59b77ce

Please sign in to comment.