Skip to content

Commit defa8ee

Browse files
authored
Merge pull request #73 from vitruv-tools/dependabot/github_actions/actions/setup-java-5.1.0
GitHub Actions(deps): Bump actions/setup-java from 5.0.0 to 5.1.0
2 parents fc3d199 + cbe8524 commit defa8ee

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.0.0
26+
uses: actions/setup-java@v5.1.0
2727
with:
2828
distribution: 'temurin'
2929
java-version: '17'

0 commit comments

Comments
 (0)