Skip to content

Commit

Permalink
Bumped setup-java & checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Mar 19, 2024
1 parent e2db76c commit 5cd5750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Set up the JDK and Maven settings.xml
- name: Set up JDK ${{ env.jdk-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ env.jdk-version }}
Expand All @@ -26,9 +26,9 @@ jobs:

# Checkout this repository
- name: Checkout this repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Deploy j2cl-maven-plugin-webfx
- name: Deploy webfx-maven-plugin
run: mvn -B deploy
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 5cd5750

Please sign in to comment.