Skip to content

Commit

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

chore(deps): bump actions/setup-java from 4.3.0 to 4.4.0
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
2 parents b4cc15e + 1e44d4c commit 55fa0a8
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.3.0
- uses: actions/setup-java@v4.4.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.3.0
- uses: actions/setup-java@v4.4.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.3.0
- uses: actions/setup-java@v4.4.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.3.0
- uses: actions/setup-java@v4.4.0
with:
distribution: temurin
java-version: ${{ env.JAVA_VERSION }}
Expand Down

0 comments on commit 55fa0a8

Please sign in to comment.