Skip to content

Commit

Permalink
Merge pull request #88 from undertow-io/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
ropalka authored Mar 2, 2024
2 parents 403caab + 748072e commit d1d8575
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 @@ -32,7 +32,7 @@ jobs:
shell: cmd
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.jdk-distribution }} ${{ matrix.jdk-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.jdk-distribution }}
java-version: ${{ matrix.jdk-version }}
Expand Down

0 comments on commit d1d8575

Please sign in to comment.