Skip to content

Commit

Permalink
Update actions/setup-java to v3.11.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2023
1 parent ccae99f commit a113dc6
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 @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: 17
Expand All @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: 17
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Checkout current branch
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: 17
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.11.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@v3.9.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit a113dc6

Please sign in to comment.