Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and PacoVK committed Dec 11, 2023
1 parent 019d02c commit 80ca411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d localstack opensearch-node1 azurite azurite_storage_init
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
Expand Down

0 comments on commit 80ca411

Please sign in to comment.