Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4.1.0 (#399)
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 Feb 28, 2024
1 parent d84f82a commit 48a4e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 17
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 17
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 17
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: '0'
- name: Setup Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 48a4e1a

Please sign in to comment.