Skip to content

Commit b6c6067

Browse files
authored
Merge pull request #6 from vitruv-tools/dependabot/github_actions/actions/setup-java-4.7.0
GitHub Actions(deps): Bump actions/setup-java from 4.6.0 to 4.7.0
2 parents 4abbe8c + de2c21e commit b6c6067

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@v4.2.2
2424

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

0 commit comments

Comments
 (0)