Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4 (#1396)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/setup-java action to v4

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
  • Loading branch information
3 people committed May 3, 2024
1 parent d1fe2cb commit ebed52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yaml
Expand Up @@ -134,7 +134,7 @@ jobs:
- workflows
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: ${{matrix.java}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
Expand Down

0 comments on commit ebed52d

Please sign in to comment.