Skip to content

Commit

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

Bump actions/setup-java from 4.5.0 to 4.6.0
  • Loading branch information
limansky authored Dec 23, 2024
2 parents e9283d8 + 22b2534 commit eb4abc2
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.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '8'
distribution: 'temurin'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit eb4abc2

Please # to comment.