Skip to content

Commit

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

chore(deps): bump actions/setup-java from 4.5.0 to 4.6.0
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
2 parents 5373cea + 9f6e77f commit 444560a
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.5.0
- uses: actions/setup-java@v4.6.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.5.0
- uses: actions/setup-java@v4.6.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.5.0
- uses: actions/setup-java@v4.6.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.5.0
- uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit 444560a

Please sign in to comment.