Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jul 20, 2024
1 parent eb9fdcd commit 59e4262
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/protect-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:

# Set up JDK 17
- name: Set up JDK 17
uses: actions/[email protected]
# Set up Maven with appropriate JDK
- name: Set up Maven
uses: docker://maven:3-eclipse-temurin-21
with:
java-version: '17'
distribution: 'temurin'
args: mvn --version

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down

0 comments on commit 59e4262

Please sign in to comment.