Skip to content

Commit

Permalink
Update actions/setup-java action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Konafets committed Jun 30, 2022
1 parent cbfd787 commit 2b07a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: zulu
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: zulu
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3.3.0
uses: actions/setup-java@v3.4.0
with:
distribution: zulu
java-version: 11
Expand Down

0 comments on commit 2b07a5f

Please sign in to comment.