Skip to content

Commit

Permalink
Merge pull request #193 from apache/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4

Bump actions/setup-java from 2 to 4
  • Loading branch information
lprimak committed Jan 17, 2024
2 parents 2b67cd5 + 3567abc commit 389a108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
persist-credentials: false

- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
working-directory: ./src

- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit 389a108

Please sign in to comment.