Skip to content

Commit

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

chore(deps): bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
2 parents 55fa0a8 + 272bf13 commit 5373cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
entrypoint_script_ext: ''
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
entrypoint_script_ext: ''
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit 5373cea

Please sign in to comment.