Skip to content

Commit

Permalink
Upgraded some GitHub actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed May 30, 2024
1 parent 0d5ac14 commit 5fc3819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +26,7 @@ jobs:

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

# Build all modules and deploy their SNAPSHOT artifacts to sonatype repository
- name: Deploy this repository
Expand Down

0 comments on commit 5fc3819

Please sign in to comment.