Skip to content

Commit

Permalink
Merge pull request #290 from eclipse-tractusx/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/main/actions/setup-java-4

chore(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
saudkhan116 authored Apr 23, 2024
2 parents 0389ebe + cfb8aaa commit 3980aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.FRONTEND_IMAGE}}:${{ env.TAG }}

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '${{ env.JAVA_VERSION }}'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
repository: ''

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: 19
distribution: 'adopt'
Expand Down

0 comments on commit 3980aa7

Please sign in to comment.