Skip to content

Commit

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

Bump actions/setup-java from 4.3.0 to 4.4.0
  • Loading branch information
mergify[bot] authored Sep 25, 2024
2 parents 361c3cd + b3cc0bd commit 2539495
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: "Setup Java JDK"
uses: actions/setup-java@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: 21
distribution: adopt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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:
java-version: 21
distribution: adopt
Expand All @@ -26,7 +26,7 @@ jobs:
if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.3.0
- uses: actions/setup-java@v4.4.0
with:
java-version: 21
distribution: adopt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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:
java-version: 21
distribution: adopt
Expand Down Expand Up @@ -38,7 +38,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:
java-version: 21
distribution: adopt
Expand Down

0 comments on commit 2539495

Please sign in to comment.