Skip to content

Commit

Permalink
Merge pull request #307 from computer-science-engineering/renovate/ac…
Browse files Browse the repository at this point in the history
…tions-setup-java-4.x

Update actions/setup-java action to v4
  • Loading branch information
manastalukdar authored Nov 29, 2023
2 parents a440cd3 + cf78a32 commit 7883ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '18.0.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout submodules
run: make git
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '19.0.0'
Expand Down

0 comments on commit 7883ea6

Please sign in to comment.