Skip to content

Commit

Permalink
Merge pull request #155 from limansky/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4.2.1

Bump actions/setup-java from 4.1.0 to 4.2.1
  • Loading branch information
limansky authored Mar 18, 2024
2 parents e4ffb60 + 7b02e00 commit fd725cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.1
with:
java-version: '8'
distribution: 'temurin'
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v4.1.0
uses: actions/setup-java@v4.2.1
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit fd725cc

Please # to comment.