Skip to content

Commit

Permalink
bump setup-java to v4 (#2807)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
sullis committed Mar 29, 2024
1 parent 4fd64df commit 8848d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v4
- name: Set Java up in the runner
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit 8848d15

Please sign in to comment.