Skip to content

Commit

Permalink
Merge pull request #20 from webtide/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4.7.0
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
2 parents 71d0351 + 6cf3ff9 commit ccc5224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: '0'

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit ccc5224

Please sign in to comment.