Skip to content

Commit

Permalink
Merge pull request #23 from sul-dlss/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4

Bump actions/setup-java from 1 to 4
  • Loading branch information
cbeer authored Jun 18, 2024
2 parents 22588c0 + cf10955 commit 079705e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Build with Maven
run: mvn clean install

0 comments on commit 079705e

Please sign in to comment.