Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.checkerframework-checke…
Browse files Browse the repository at this point in the history
…r-qual-3.49.0
  • Loading branch information
rlubke authored Feb 4, 2025
2 parents 0bcc953 + d8a3f8e commit 38029a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: 🔧 Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'oracle'
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down

0 comments on commit 38029a3

Please sign in to comment.