Skip to content

Commit 544c023

Browse files
authored
Merge pull request #77 from vitruv-tools/dependabot/github_actions/actions/setup-java-5.2.0
GitHub Actions(deps): Bump actions/setup-java from 5.1.0 to 5.2.0
2 parents cd6377b + 5b94853 commit 544c023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6.0.1
2424

2525
- name: Setup Java and Maven cache
26-
uses: actions/setup-java@v5.1.0
26+
uses: actions/setup-java@v5.2.0
2727
with:
2828
distribution: 'temurin'
2929
java-version: '17'

0 commit comments

Comments
 (0)