Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.3.0 (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent e82f164 commit a4638b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 17
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 17
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 17
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit a4638b0

Please sign in to comment.