Skip to content

Commit

Permalink
Merge pull request #506 from akkinoc/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4.5.0

Chore(deps): Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
akkinoc authored Oct 25, 2024
2 parents 0978825 + 3d2a6a5 commit ccbb8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout the Git repository
uses: actions/checkout@v4.2.2
- name: Setup Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit ccbb8c7

Please sign in to comment.